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, "name": "ModBox \u2013 Modify headers, block requests", "short_name": "ModBox", "description": "Modify HTTP headers, block assets or domains & redirect requests. Organise rules by folder and tab, optionally scope to domains.", "version": "0.2.1", "author": { "email": "[email protected]" }, "action": { "default_popup": "index.html" }, "permissions": [ "storage", "declarativeNetRequest" ], "optional_permissions": [ "clipboardWrite" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "images\/16_16.png", "32": "images\/32_32.png", "48": "images\/48_48.png", "128": "images\/128_128.png" }, "background": { "service_worker": "\/scripts\/service-worker.js", "type": "module" } }