Does content_scripts matches “chrome-extension://*/*” work?

后端 未结 4 1385
终归单人心
终归单人心 2020-11-28 15:09

I want to run a content script on an iframe with a chrome-extension:// URL. I added a line to my manifest.json that I copied out of the documentation http://code.google.com/

4条回答
  •  北荒
    北荒 (楼主)
    2020-11-28 15:54

    I'm having the exact same problem, look at the API http://code.google.com/chrome/extensions/match_patterns.html it says clearly that they accept chrome-extension://*/* yet they don't.

    They need to update the API so as not to confuse people.

提交回复
热议问题