Header Rewriter

One tool that can add new http header or change the http header for a http(s) request, You will enjoy it

Header Rewriter क्या है?

Header Rewriter Stephen Fan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One tool that can add new http header or change the http header for a http(s) request, You will enjoy it"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Header Rewriter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With this extension (support English, French, German, Chinese, Japanese, Russian, and more) you can:
1) ADD NEW HTTP HEADER on one http(s) request
2) OVERWRITE HTTP HEADER on one http(s) request
3) specify different http header rules to different request urls
4) Easily turn rules on or off                    

एक्सटेंशन की मूल जानकारी

नाम Header Rewriter Header Rewriter
ID gfnaplpliaafamfbheaaffpodjkeelil
आधिकारिक URL https://chromewebstore.google.com/detail/header-rewriter/gfnaplpliaafamfbheaaffpodjkeelil
विवरण One tool that can add new http header or change the http header for a http(s) request, You will enjoy it
फ़ाइल का आकार 78.09 KB
स्थापना संख्या 100
वर्तमान संस्करण 2.2
अंतिम अपडेट 2016-09-02
प्रकाशन तिथि 2016-09-02
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Stephen Fan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Header Rewriter",
    "version": "2.2",
    "manifest_version": 2,
    "description": "One tool that can add new http header or change the http header for a http(s) request, You will enjoy it",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "webRequest",
        "storage",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "Header Rewriter is one tool that can set request header easily.",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    }
}