Referer Control
Control the HTTP Referer on a per-site basis.
Referer Control क्या है?
Referer Control https://keepa.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control the HTTP Referer on a per-site basis."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Referer Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Referer Control grants full control over the HTTP Referer. You can forge any referrer you want, both globally or on a per-site basis. Alternatively you can choose to disable the Referer completely. Also works on the JavaScript document.referrer!
एक्सटेंशन की मूल जानकारी
नाम | Referer Control |
ID | hnkcfpcejkafcihlgbojoidoihckciin |
आधिकारिक URL | https://chromewebstore.google.com/detail/referer-control/hnkcfpcejkafcihlgbojoidoihckciin |
विवरण | Control the HTTP Referer on a per-site basis. |
फ़ाइल का आकार | 80.51 KB |
स्थापना संख्या | 144,472 |
वर्तमान संस्करण | 1.35 |
अंतिम अपडेट | 2018-12-27 |
प्रकाशन तिथि | 2018-12-27 |
रेटिंग | 4.13/5 कुल 256 रेटिंग्स |
डेवलपर | https://keepa.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://keepa.com/refererControlDisqus.html |
गोपनीयता नीति पृष्ठ URL | https://keepa.com/privacypolicy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Referer Control", "version": "1.35", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "contextMenus", "storage" ], "background": { "page": "chrome\/content\/background.html" }, "manifest_version": 2, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/hnkcfpcejkafcihlgbojoidoihckciin", "options_page": "chrome\/content\/options.html", "description": "Control the HTTP Referer on a per-site basis.", "minimum_chrome_version": "17.0", "browser_action": { "default_icon": { "19": "icons\/icon-16.png", "38": "icons\/icon-32.png" }, "default_title": "Block Referer for this site" }, "externally_connectable": { "ids": [ "*" ] }, "content_scripts": [ { "all_frames": true, "js": [ "chrome\/content\/blockJavascriptReferer.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png" } } |