Header Hacker
Modifies HTTP headers on the fly.
Header Hacker क्या है?
Header Hacker Glenn Wilson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modifies HTTP headers on the fly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Header Hacker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Header Hacker is an extension that allows you to quickly and easily modify HTTP headers on the fly. You can also pre-set certain sites to always change specific HTTP headers. Have specific feedback? Give me at shout on Google+! Version 0.7 adds support for the 'Host' header.
एक्सटेंशन की मूल जानकारी
नाम | Header Hacker |
ID | phnffahgegfkcobeaapbenpmdnkifigc |
आधिकारिक URL | https://chromewebstore.google.com/detail/header-hacker/phnffahgegfkcobeaapbenpmdnkifigc |
विवरण | Modifies HTTP headers on the fly. |
फ़ाइल का आकार | 159 KB |
स्थापना संख्या | 7,580 |
वर्तमान संस्करण | 0.7 |
अंतिम अपडेट | 2013-05-29 |
प्रकाशन तिथि | 2013-05-28 |
रेटिंग | 4.24/5 कुल 121 रेटिंग्स |
डेवलपर | Glenn Wilson |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://plus.google.com/105199364823220402760 |
सहायता पृष्ठ URL | https://plus.google.com/105199364823220402760 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Header Hacker", "version": "0.7", "manifest_version": 2, "description": "Modifies HTTP headers on the fly.", "options_page": "options.html", "background": { "scripts": [ "header.js", "background.js" ] }, "browser_action": { "default_title": "Header Hacker", "default_icon": "header.png", "default_popup": "popup.html" }, "icons": { "128": "header-128.png", "64": "header-64.png", "32": "header-32.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", " |