Header Editor

Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests

Header Editorคืออะไร?

Header Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShuangYa และคุณลักษณะหลักของมันคือ "Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Header Editor

ดาวน์โหลดไฟล์ส่วนขยาย Header Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Modify the request, include request headers, response headers, redirect requests, and cancel requests.
If this extension does not have the language you want, you can help us translate this extension on Transifex:
https://www.transifex.com/sytec/header-editor/
You can aslo import rules from Redirector:
http://redirector.team.firefoxcn.net/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Header Editor Header Editor
ID eningockdidmgiojffjmkdblpjocbhgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh
คำอธิบาย Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests
ขนาดไฟล์ 449 KB
จำนวนการติดตั้ง 217,247
เวอร์ชันปัจจุบัน 4.1.1
อัปเดตครั้งล่าสุด 2020-01-05
วันที่เผยแพร่ 2019-12-25
คะแนน 4.65/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา ShuangYa
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/FirefoxBar/HeaderEditor
URL หน้าช่วยเหลือ https://github.com/FirefoxBar/HeaderEditor/wiki
ภาษาที่รองรับ en,pl,pt-BR,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "4.1.1",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/team.firefoxcn.net",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "storage",
        "downloads",
        "*:\/\/*\/*",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/images\/128.png"
        },
        "default_title": "__MSG_extButtonTitle__",
        "default_popup": "popup\/popup.html"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}