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 Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "AdBlock Plus - Free for everyone", "name": "AdBlock Plus - Free for everyone", "description": "Blocking ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites has never been easier.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "action": { "default_icon": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" } }, "manifest_version": 3, "version": "1.0.0.0", "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "permissions": [ "declarativeNetRequest", "storage", "sidePanel" ], "side_panel": { "default_path": "pages\/sidepanel.html" }, "declarative_net_request": { "rule_resources": [ { "id": "block_ads", "enabled": true, "path": "rules\/block.json" } ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "static\/content_scripts\/main.js" ], "css": [ "static\/content_css\/main.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*", "svg\/*", "static\/*", "pages\/*", "gifs\/*", "fonts\/*", "lib\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' " }, "background": { "service_worker": "lib\/background.bundle.js" }, "externally_connectable": { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.google.com\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjp92xNocPcbFp85QgXjJ65MVl9QHGxLpq+e4Ik9mvfTvYbhBOcu+F79\/L9I+wInVFTdk9lcX9K89+NsEuHfK\/3tTxV9eUHa9wiQKzKxTiQTb1w0W3xD5UH\/122Z2Mq+fnqamQDmXUtJMCdI\/MtsU+V7yTSgOPNWTQTeBdxiict0GzwLbFaJuoPFzCD\/jMCEhb0V9X+fM0TAb9oetFVe0411UzbN\/3J9X06Qqh6ATm3U2haTslbH2gQjQLDMPrxs0kyhqv0\/LAAvhUq\/5RnsLWloRSbzLHffrLq6SCrB1Mm+i+brryEnXCnaRLNti7im1W1CKzW4Y+i22COCtQdl6rwIDAQAB" }