Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 09, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adblock from Capital One Shopping", "description": "An easy, free way to block ads and surf the web faster.", "manifest_version": 3, "version": "0.1.1.71", "permissions": [ "alarms", "contextMenus", "cookies", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback", "management", "scripting", "storage", "tabs", "unlimitedStorage", "webRequest", "webNavigation" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "web_accessible_resources\/*", "rulesets\/*", "notifications\/*" ], "use_dynamic_url": true } ], "background": { "service_worker": "bg\/index.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/index.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content\/initYoutube.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.capitaloneshopping.com\/*", "*:\/\/*.ivf-stage.com\/*" ], "js": [ "content\/notifications\/shopping.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.espn.com\/*", "*:\/\/*.accuweather.com.\/*", "*:\/\/*.google.com\/*" ], "js": [ "content\/onboardingFrames.js" ], "run_at": "document_start", "all_frames": true } ], "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:*\/*", "*:\/\/localhost\/*" ] }, "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "general", "path": "\/rulesets\/built\/general.json" }, { "enabled": true, "id": "redirects", "path": "\/rulesets\/built\/redirects.json" }, { "enabled": true, "id": "blocks", "path": "\/rulesets\/built\/blocks.json" }, { "enabled": true, "id": "capitalone", "path": "\/rulesets\/built\/capitalone.json" }, { "enabled": true, "id": "affiliate", "path": "\/rulesets\/built\/affiliate.json" } ] }, "options_page": "options\/index.html" }