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 AG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit request headers (add, modify, delete) for any domain. Aims to be fast via creating hooks instead of analysing each request."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Request Headers Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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", " |