Tamper Chrome (extension)
Allows the user to modify requests as they happen.
Tamper Chrome (extension) क्या है?
Tamper Chrome (extension) https://tamper.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows the user to modify requests as they happen."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tamper Chrome (extension) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
NOTE: There is a new version of this extension called Tamper DEV - install at https://tamper.dev. Tamper Chrome will continue to work but it's suggested you move to tamper.dev for a better experience. To use it, refresh the website and look at the developer tools (left-click -> inspect element). Tamper Chrome will appear in a new tab. See the tutorial here: https://github.com/google/tamperchrome/blob/master/README.md Tamper Chrome allows you to monitor requests sent by your browser and the responses. You can also modify requests as they go out, and to a limited extent modify the responses (headers, css, javascript or XMLHttpRequest responseText). See what websites are sending in the background, modify submissions, switch out scripts, alter AJAX responses, Tamper Chrome puts the power of your browser back in your hands. Tamper Chrome will prompt you to install its companion application when you first run it. If you need help go to: https://groups.google.com/forum/#!forum/tamper-chrome-help
एक्सटेंशन की मूल जानकारी
नाम | Tamper Chrome (extension) |
ID | hifhgpdkfodlpnlmlnmhchnkepplebkb |
आधिकारिक URL | https://chromewebstore.google.com/detail/tamper-chrome-extension/hifhgpdkfodlpnlmlnmhchnkepplebkb |
विवरण | Allows the user to modify requests as they happen. |
फ़ाइल का आकार | 20.92 KB |
स्थापना संख्या | 49,395 |
वर्तमान संस्करण | 1.3.3.1 |
अंतिम अपडेट | 2021-01-01 |
प्रकाशन तिथि | 2017-11-18 |
रेटिंग | 3.29/5 कुल 234 रेटिंग्स |
डेवलपर | https://tamper.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tamper.dev |
सहायता पृष्ठ URL | https://tamper.dev |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "inject.js", "background.js" ] }, "description": "Allows the user to modify requests as they happen.", "devtools_page": "devtools.html", "manifest_version": 2, "name": "Tamper Chrome (extension)", "permissions": [ "webRequest", "webRequestBlocking", "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "debugger" ], "version": "1.3.3.1", "web_accessible_resources": [ "tamper-16.png" ], "icons": { "16": "r_tamper-16.png", "48": "r_tamper-48.png", "128": "r_tamper-128.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCyC+J6Ivsu28ollFArFpvdbJgX0umYR0\/5trfCEbR5abNa0e5aXZcB5AHDSpwWLM5q4wSCq\/Z1+OEOlC67xzAUTZ0bIyDEU6apOChS1fBV67YxAocz5vC3tBNe1oyQrjmwrjYHgdNLBljRljd8D2\/Nnef8ykInb+3NlwpMOnpJrQIDAQAB" } |