Referer Control

Control the HTTP Referer on a per-site basis.

What is Referer Control?

Referer Control is a Chrome extension developed by https://keepa.com, and its main feature is "Control the HTTP Referer on a per-site basis.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Referer Control Extension CRX File

Download Referer Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Referer Control Referer Control
ID hnkcfpcejkafcihlgbojoidoihckciin
Official URL https://chromewebstore.google.com/detail/referer-control/hnkcfpcejkafcihlgbojoidoihckciin
Description Control the HTTP Referer on a per-site basis.
File Size 80.51 KB
Installation Count 144,472
Current Version 1.35
Last Updated 2018-12-27
Publish Date 2018-12-27
Rating 4.13/5 Total 256 Ratings
Developer https://keepa.com
Email [email protected]
Payment Type free
Help Page URL http://keepa.com/refererControlDisqus.html
Privacy Policy Page URL https://keepa.com/privacypolicy.html
Supported Languages 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"
    }
}