Request Header Hook
set your Cookie, Referer, and User-Agent policy for any sites
Request Header Hook क्या है?
Request Header Hook 赵杨阳 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "set your Cookie, Referer, and User-Agent policy for any sites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Request Header Hook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Request Header Hook is a chrome extension that can set your Cookie, Referer, and User-Agent policy for any sites. Features of version 1.0.3: 1. Support Referer, Cookie, User Agent hook. 2. Multi-policy supported with enable/disable feature. 2. Support 4 kinds of rules: noop, empty, fixed and extra (only for Cookie). 3. Support importing and exporting policies. 4. Support global enable/disable extension. 5. URL and Cookie format check. Open Source Project:https://github.com/Angelbear/fake_request_header Special Thanks: uu59@github This project is forked and modified from https://github.com/uu59/fake-request-header
एक्सटेंशन की मूल जानकारी
नाम | Request Header Hook |
ID | iilhbfbdfaflfgiddlnmbnbgeclamkdj |
आधिकारिक URL | https://chromewebstore.google.com/detail/request-header-hook/iilhbfbdfaflfgiddlnmbnbgeclamkdj |
विवरण | set your Cookie, Referer, and User-Agent policy for any sites |
फ़ाइल का आकार | 80.76 KB |
स्थापना संख्या | 184 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2013-04-12 |
प्रकाशन तिथि | 2013-04-12 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | 赵杨阳 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup_page\/index.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "set your Cookie, Referer, and User-Agent policy for any sites", "background": { "scripts": [ "datastore.js", "policy.js", "events.js" ] }, "name": "Request Header Hook", "options_page": "options_page\/index.html", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png", "32": "icons\/icon_32.png", "64": "icons\/icon_64.png", "16": "icons\/icon_16.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.0.3" } |