Header Inject

Inject and override HTTP request headers. Simply.

Header Inject란 무엇입니까?

Header Inject은(는) J Gulan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inject and override HTTP request headers. Simply."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Header Inject 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Header Inject is an open-source Chrome extension that allows developers to inject custom HTTP headers into HTTP requests and to override pre-existing HTTP request header values.

After installation, access Header Inject's quick options panel by clicking the extension's icon or open its options tab. The options view allows you to configure custom HTTP headers and to enable HTTP header injection, which is disabled by default when the extension is first installed. 

Header Inject uses Chrome's synchronised storage mechanism, meaning its configuration is automatically synchronised to any Chrome browser that you are logged in to.

Header Inject will always respect your privacy — we don't collect or use your data.

This is an open source project. Visit Header Inject's Github page to view the source code, to raise bug reports or to contribute: https://github.com/jg23497/Header-Inject                    

확장 프로그램 기본 정보

이름 Header Inject Header Inject
ID cfmhknohjdjilpokjpdopankilegcglf
공식 URL https://chromewebstore.google.com/detail/header-inject/cfmhknohjdjilpokjpdopankilegcglf
설명 Inject and override HTTP request headers. Simply.
파일 크기 57.87 KB
설치 횟수 2,000
현재 버전 1.1.0
최근 업데이트 2022-04-11
출시 날짜 2020-09-24
평점 4.00/5 총 6 개의 평점
개발자 J Gulan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jg23497/Header-Inject
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "name": "Header Inject",
    "description": "Inject and override HTTP request headers. Simply.",
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "chrome\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Header Inject \u2013 click to configure",
        "default_popup": "chrome\/popup.html#popup"
    },
    "options_page": "common\/options.html",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    }
}