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", "manifest_version": 3, "version": "1.2.1", "default_locale": "en_US", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "icons": { "48": "\/images\/man-icon-48.png" }, "declarative_net_request": { "rule_resources": [ { "id": "abp-easy-list", "enabled": false, "path": "rules\/easy-list.json" }, { "id": "abp-easy-privacy", "enabled": false, "path": "rules\/easy-privacy.json" }, { "id": "fanboy-social", "enabled": false, "path": "rules\/fanboy-social.json" }, { "id": "strip-tracking-parameters", "enabled": false, "path": "rules\/strip-tracking-parameters.json" } ] }, "permissions": [ "activeTab", "storage", "declarativeNetRequest", "webNavigation", "unlimitedStorage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/srs-s3-exp-prod-static0r0a0bucketebb21caf-1w1hyawazsfiu.s3.amazonaws.com\/*", "https:\/\/*\/*", "https:\/\/usa.experian.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_icon": { "48": "\/images\/status-disabled-48.png" }, "default_title": "__MSG_extensionToolTip__", "default_popup": "html\/popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src *;" }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "*.png", "fonts\/*", "strings\/*", "available-locales.json" ], "matches": [ "https:\/\/*\/*" ] } ] }