Referer Control

Control the HTTP Referer on a per-site basis.

Referer Controlとは何ですか?

Referer Controlはhttps://keepa.comによって開発されたChromeの拡張機能で、その主な機能は「Control the HTTP Referer on a per-site basis.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Referer Control拡張機能のCRXファイルをダウンロード

Referer Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    }
}