XHR Request Interceptor
Redirect XHR requests and change their headers
XHR Request Interceptor क्या है?
XHR Request Interceptor gabriel.annell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect XHR requests and change their headers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में XHR Request Interceptor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Redirect XHR requests and modify headers from any front-end application to wherever you want! Easy to use interface and supports regex (RE2). Especially useful for full-stack devs: Redirect from any environment to test your back-end developments.
एक्सटेंशन की मूल जानकारी
नाम | XHR Request Interceptor |
ID | mkmcbagfkbbbkdcapjmaghhgbenmielk |
आधिकारिक URL | https://chromewebstore.google.com/detail/xhr-request-interceptor/mkmcbagfkbbbkdcapjmaghhgbenmielk |
विवरण | Redirect XHR requests and change their headers |
फ़ाइल का आकार | 574 KB |
स्थापना संख्या | 101 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-05-12 |
प्रकाशन तिथि | 2022-03-22 |
डेवलपर | gabriel.annell |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/LGabAnnell/xhr-request-interceptor |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XHR Request Interceptor", "description": "Redirect XHR requests and change their headers", "version": "1.0.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Edit rules" }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |