GeorgeU
GeorgeU

Reputation: 8679

What are the requirements for using chrome.experimental.webRequest?

I am playing with the Chrome Experimental API and having a little hard time making it work. Do I need to have the devtools open for the chrome.experimental.webRequest to work?

Upvotes: 1

Views: 130

Answers (1)

serg
serg

Reputation: 111325

No, you need to enable experimental API on chrome://flags page and declare experimental permission in your manifest. It's all described here.

Upvotes: 1

Related Questions