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, "name": "minerBlock", "description": "Blocks cryptocurrency miners all over the web.", "version": "1.2.18", "options_page": "options.html", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "icons": { "19": "icons\/icon.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "declarativeNetRequest" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "js\/minerkill.js" ], "matches": [ "<all_urls>" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "miner_rules", "enabled": true, "path": "rules.json" } ] } }