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", "description": "IDX Privacy locates and blocks 3rd party online tracking systems and privacy invasion attempts at once.", "manifest_version": 3, "name": "IDX Privacy", "homepage_url": "https:\/\/www.myidcare.com\/", "author": "IDX Privacy rename", "version": "0.1.6", "action": { "default_icon": "Resources\/icon48.png", "default_title": "IDX Privacy", "default_popup": "popup.html" }, "icons": { "48": "Resources\/icon48.png", "128": "Resources\/icon128.png" }, "permissions": [ "privacy", "cookies", "storage", "scripting", "tabs", "webNavigation", "declarativeNetRequest", "webRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "FilterRules", "enabled": true, "path": "FilterRules.json" }, { "id": "HardCodedRules", "enabled": true, "path": "HardCodedList.json" }, { "id": "UserAgentFilter", "enabled": true, "path": "UserAgentFilter.json" } ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "src\/pp.js", "src\/fngs.js", "src\/au.js" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "src\/*", "resources\/*", "src\/fngs.js", "src\/pp.js", "src\/au.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "service_worker": "worker.js" } }