Request Headers Editor
Edit request headers (add, modify, delete) for any domain. Aims to be fast via creating hooks instead of analysing each request.
Request Headers Editorคืออะไร?
Request Headers Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AG และคุณลักษณะหลักของมันคือ "Edit request headers (add, modify, delete) for any domain. Aims to be fast via creating hooks instead of analysing each request."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Request Headers Editor
ดาวน์โหลดไฟล์ส่วนขยาย Request Headers Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The options page gives you a simple ini-file editor, where each section represents a pattern, e.g., `https://*.example.com/`, & each key-value pair in the sections corresponds to a header name (say, referer or user-agent). If you leave the value of the key empty, such header will be removed from subsequent requests.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ilnphcjchjmgfnoblebeachdjbhapapg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/request-headers-editor/ilnphcjchjmgfnoblebeachdjbhapapg |
คำอธิบาย | Edit request headers (add, modify, delete) for any domain. Aims to be fast via creating hooks instead of analysing each request. |
ขนาดไฟล์ | 33.38 KB |
จำนวนการติดตั้ง | 83 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2023-04-08 |
วันที่เผยแพร่ | 2019-04-08 |
ผู้พัฒนา | AG |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/gromnitsky/request-headers-editor |
URL หน้าช่วยเหลือ | https://github.com/gromnitsky/request-headers-editor/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Request Headers Editor", "description": "Edit request headers (add, modify, delete) for any domain. Aims to be fast via creating hooks instead of analysing each request.", "version": "0.0.5", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |