Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "author": "Vinay Kaparthi", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "32": "images\/logo_64.png" }, "default_title": "Request Interceptor" }, "description": "Intercept Requests and add custom rules to modify request\/response headers, block\/redirect requests, modify query params.", "icons": { "32": "images\/logo_32.png", "48": "images\/logo_48.png", "64": "images\/logo_64.png", "128": "images\/logo_128.png" }, "manifest_version": 3, "minimum_chrome_version": "125", "name": "Request Interceptor", "options_page": "index.html", "permissions": [ "storage", "unlimitedStorage", "declarativeNetRequest", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.1", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src-elem 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com\/css blob:; style-src 'self' 'unsafe-inline';" } }