Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "short_name": "BlockZilla", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/blockzilla.app", "version": "2.5.13", "author": "Promotino", "icons": { "16": "res\/icons\/16.png", "48": "res\/icons\/48.png", "128": "res\/icons\/128.png" }, "permissions": [ "storage", "tabs", "activeTab", "scripting", "declarativeNetRequest" ], "web_accessible_resources": [ { "resources": [ "res\/content\/*.png", "res\/fonts\/*.woff", "res\/fonts\/*.woff2", "res\/icons\/*.png" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.producthunt.com\/*", "*:\/\/*.quora.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.dribbble.com\/*" ], "offline_enabled": true, "action": { "default_icon": "res\/icons\/48.png", "default_popup": "html\/browser-action\/popup.html", "default_title": "BlockZilla" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "data\/generated\/rules.json" } ] } }