Header Rewriter
One tool that can add new http header or change the http header for a http(s) request, You will enjoy it
Header Rewriterคืออะไร?
Header Rewriter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen Fan และคุณลักษณะหลักของมันคือ "One tool that can add new http header or change the http header for a http(s) request, You will enjoy it"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Header Rewriter
ดาวน์โหลดไฟล์ส่วนขยาย Header Rewriter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Header Rewriter |
ID | gfnaplpliaafamfbheaaffpodjkeelil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/header-rewriter/gfnaplpliaafamfbheaaffpodjkeelil |
คำอธิบาย | One tool that can add new http header or change the http header for a http(s) request, You will enjoy it |
ขนาดไฟล์ | 78.09 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2016-09-02 |
วันที่เผยแพร่ | 2016-09-02 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Stephen Fan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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", " |