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", "manifest_version": 3, "version": "1.1", "name": "Easy Privacy", "description": "It blocks ads, trackers and hide cookies consent box", "background": { "service_worker": "background\/background.js" }, "action": { "default_popup": "index.html", "default_icon": "icon 32.png" }, "icons": { "16": "icon 16.png", "32": "icon 32.png", "64": "icon 64.png", "128": "icon 128.png" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/content.js" ] } ], "permissions": [ "tabs", "declarativeNetRequest", "declarativeNetRequestFeedback", "storage" ], "declarative_net_request": { "rule_resources": [ { "id": "cookies_rules", "enabled": true, "path": "cookies_rules.json" }, { "id": "adBlocker_rules1", "enabled": true, "path": "adBlocker_rules1.json" }, { "id": "adBlocker_rules2", "enabled": true, "path": "adBlocker_rules2.json" }, { "id": "privacy_rules", "enabled": true, "path": "privacy_rules.json" } ] } }