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
官方網址 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"
    }
}