Header Rewriter

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

Co je Header Rewriter?

Header Rewriter je rozšíření Chrome vyvinuté Stephen Fan, a jeho hlavní funkcí je „One tool that can add new http header or change the http header for a http(s) request, You will enjoy it“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Header Rewriter

Stáhněte si soubory rozšíření Header Rewriter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Header Rewriter Header Rewriter
ID gfnaplpliaafamfbheaaffpodjkeelil
Oficiální URL https://chromewebstore.google.com/detail/header-rewriter/gfnaplpliaafamfbheaaffpodjkeelil
Popis One tool that can add new http header or change the http header for a http(s) request, You will enjoy it
Velikost souboru 78.09 KB
Počet instalací 100
Aktuální Verze 2.2
Poslední Aktualizace 2016-09-02
Datum Vydání 2016-09-02
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Stephen Fan
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}