Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Cookie Banners", "version": "3.70", "manifest_version": 2, "icons": { "16": "cookie-16.png", "32": "cookie-32.png", "48": "cookie-48.png", "64": "cookie-64.png", "128": "cookie-128.png" }, "author": "Ceni Apps", "description": "Get rid of annoying notification banners on websites.", "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "script.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "activeTab", "tabs" ] }