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.webReque开发者_开发百科st to work?
No, you need to enable experimental API on chrome://flags
page and declare experimental
permission in your manifest. It's all described here.
精彩评论