Modify Header Value (HTTP Headers)

Add, modify or remove a header for any request on desired domains.

Modify Header Value (HTTP Headers)란 무엇입니까?

Modify Header Value (HTTP Headers)은(는) Grephy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add, modify or remove a header for any request on desired domains."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Modify Header Value (HTTP Headers) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Modify Header Value (HTTP Headers) is an extension that can add, modify or remove an HTTP-request-header for all requests on a desired website or URL. This Addon is very useful if you are an App developer, website designer, or if you want to test a particular header for a request on a website.

Key features:
1. Easily add, modify or remove a header for any request on desired domains.
2. For a complete list of HTTP headers, please take a look at the list of all HTTP Header Fields on the Wikipedia page (https://en.wikipedia.org/wiki/List_of_HTTP_header_fields).
3. Clicking on the Toolbar icon opens a UI to quickly switch the Addon ON or OFF, or open the options page.
4. Each header item has several options to adjust (see add-on's Options page for details)
5. You can add several header items and active or inactive them separately.
6. An example in the options page shows a tutorial on "How to add a custom header".

Note: to report bugs, please visit addon's homepage (https://mybrowseraddon.com/modify-header-value.html) and fill out the bug report form.                    

확장 프로그램 기본 정보

이름 Modify Header Value (HTTP Headers) Modify Header Value (HTTP Headers)
ID cbdibdfhahmknbkkojljfncpnhmacdek
공식 URL https://chromewebstore.google.com/detail/modify-header-value-http/cbdibdfhahmknbkkojljfncpnhmacdek
설명 Add, modify or remove a header for any request on desired domains.
파일 크기 94.33 KB
설치 횟수 44,579
현재 버전 0.1.9
최근 업데이트 2024-02-19
출시 날짜 2020-04-21
평점 3.37/5 총 41 개의 평점
개발자 Grephy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/modify-header-value.html
도움말 페이지 URL https://mybrowseraddon.com/modify-header-value.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.9",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "short_name": "modify-header-value",
    "name": "Modify Header Value (HTTP Headers)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/modify-header-value.html",
    "description": "Add, modify or remove a header for any request on desired domains.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Modify Header Value (HTTP Headers)",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}