WebExtension.net
WebExtension.net

Header Editor

View on Chrome Web Store
View Header Editor Chrome Extension on Chrome Web Store
4.7 (60 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests
Type
Extension
Users
200,000 users
ShuangYa
View author page of ShuangYa
Published
Published on September 7, 2017
Version 4.1.1
Manifest version
2
Updated
Updated on January 5, 2020
View on Chrome Web Store
View Header Editor Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "4.1.1",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/team.firefoxcn.net",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "storage",
        "downloads",
        "*:\/\/*\/*",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/images\/128.png"
        },
        "default_title": "__MSG_extButtonTitle__",
        "default_popup": "popup\/popup.html"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top