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": "Request X", "version": "3.0.5", "minimum_chrome_version": "99.0", "description": "Intercept requests and cookies by flexible rules.", "author": { "email": "[email protected]" }, "icons": { "16": "public\/images\/icon_16.png", "48": "public\/images\/icon_48.png", "128": "public\/images\/icon_128.png" }, "default_locale": "en", "action": { "default_icon": { "19": "public\/images\/icon_19.png", "38": "public\/images\/icon_38.png" }, "default_title": "Request X", "default_popup": "popup\/index.html" }, "background": { "service_worker": "handler\/index.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/index.js" ], "run_at": "document_start" } ], "options_page": "options\/index.html", "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "storage", "alarms", "cookies" ], "host_permissions": [ "<all_urls>" ] }