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", "author": "modhader@", "description": "Modify HTTP request headers, response headers, and redirect URLs", "name": "ModHeader - Modify HTTP headers", "version": "7.0.5", "content_scripts": [ { "js": [ "src\/js\/service\/content_script_vite.js" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "options_ui": { "page": "src\/app_v1.html", "open_in_tab": true }, "optional_permissions": [ "contentSettings", "browsingData" ], "default_locale": "en", "action": { "default_icon": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_popup": "src\/popup_v1.html", "default_title": "Modheader" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "permissions": [ "alarms", "contextMenus", "storage", "webRequest", "declarativeNetRequest", "scripting" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] }, { "resources": [ "assets\/src\/js\/service\/content_script_vite-148e3621.js", "assets\/renderContent-9d534bdd.js", "assets\/browser-polyfill-c2a30efe.js", "assets\/_commonjsHelpers-187a63f9.js", "assets\/AppVite-bb00c645.js", "assets\/isObjectLike-7962ce13.js", "assets\/IconBtn-94c9cb85.js", "assets\/dayjs.min-db7fc211.js", "assets\/AppVite-6c90dbf6.css" ], "matches": [ "<all_urls>" ], "use_dynamic_url": true } ], "manifest_version": 3 }