Refused to execute inline script because it violates the following Content Security Policy directive: “script-src 'self'”
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Im creating a chrome extension for Rss reader in that im getting the above error. please help manifest.json { "name": "Tutorialzine Extension", "manifest_version": 2, "version": "1.1", "description": "Making your first Google Chrome extension.", "icons": { "128": "icon_128.png" }, "web_accessible_resources": ["script.js", "https://query.yahooapis.com"], "browser_action": { "default_icon": "icon.png", "default_popup": "tutorialzine.html" }, "permissions": ["tabs", "<all_urls", "http://localhost/", "http://*/*", "https://*/*", "https://query