Header Inject

Inject and override HTTP request headers. Simply.

Header Inject là gì?

Header Inject là một tiện ích mở rộng Chrome được phát triển bởi J Gulan, và tính năng chính của nó là "Inject and override HTTP request headers. Simply.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Header Inject

Tải xuống các tệp mở rộng Header Inject dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Header Inject Header Inject
ID cfmhknohjdjilpokjpdopankilegcglf
URL Chính Thức https://chromewebstore.google.com/detail/header-inject/cfmhknohjdjilpokjpdopankilegcglf
Mô tả Inject and override HTTP request headers. Simply.
Kích Thước Tệp 57.87 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-04-11
Ngày Phát Hành 2020-09-24
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển J Gulan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jg23497/Header-Inject
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}