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": "Adblock from Capital One Shopping", "manifest_version": 3, "version": "0.1.1.3", "permissions": [ "alarms", "cookies", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback", "management", "scripting", "storage", "tabs", "unlimitedStorage" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "web_accessible_resources\/*" ], "use_dynamic_url": true } ], "background": { "service_worker": "bg\/index.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/index.js" ], "run_at": "document_start" } ], "icons": { "16": "web_accessible_resources\/icons\/icon16.png", "32": "web_accessible_resources\/icons\/icon32.png", "48": "web_accessible_resources\/icons\/icon48.png", "128": "web_accessible_resources\/icons\/icon128.png" }, "action": { "default_title": "Adblock from Capital One Shopping", "default_popup": "popup\/index.html" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/*.capitaloneshopping.com\/*", "https:\/\/*.ivf-stage.com\/*", "*:\/\/localhost\/*" ] }, "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "easylist", "path": "\/rulesets\/easylist.json" }, { "enabled": true, "id": "ubo-main", "path": "\/rulesets\/ubo-main.json" }, { "enabled": true, "id": "oisd-small", "path": "\/rulesets\/oisd-small.json" }, { "enabled": true, "id": "general", "path": "\/rulesets\/general.json" }, { "enabled": true, "id": "capitalone", "path": "\/rulesets\/capitalone.json" }, { "enabled": true, "id": "affiliate", "path": "\/rulesets\/affiliate.json" } ] }, "options_page": "options\/index.html" }