Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OptMeowt", "author": "privacy-tech-lab", "version": "5.1.2", "description": "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data", "permissions": [ "declarativeNetRequest", "webRequest", "webNavigation", "storage", "activeTab", "cookies", "tabs", "scripting" ], "declarative_net_request": { "rule_resources": [ { "id": "universal_GPC", "enabled": true, "path": "rules\/universal_gpc_rules.json" }, { "id": "GPC_exceptions", "enabled": true, "path": "rules\/gpc_exceptions_rules.json" } ] }, "host_permissions": [ "<all_urls>" ], "icons": { "128": "assets\/face-icons\/icon128-face-circle.png" }, "action": { "default_title": "OptMeowt", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/contentScript.js" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "background.bundle.js" }, "web_accessible_resources": [ { "resources": [ "content-scripts\/injection\/gpc-dom.js" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 3, "incognito": "spanning", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'; object-src 'self'" } }