Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension

前端 未结 3 1019
感情败类
感情败类 2020-12-14 06:56

I have tried many ways( all documented procedures)to inject script into a specific page upon checking URL at onUpdated.addListener. Finally the below code with \'executescri

3条回答
  •  时光取名叫无心
    2020-12-14 07:26

    Many will land up on this page for this error because they have not included their images/web resources in the manifest.json file. The link to the api documentation is helpful, so sharing it: web resource in manifest

提交回复
热议问题