Referer Control

Control the HTTP Referer on a per-site basis.

Referer Control là gì?

Referer Control là một tiện ích mở rộng Chrome được phát triển bởi https://keepa.com, và tính năng chính của nó là "Control the HTTP Referer on a per-site basis.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Referer Control

Tải xuống các tệp mở rộng Referer Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Referer Control Referer Control
ID hnkcfpcejkafcihlgbojoidoihckciin
URL Chính Thức https://chromewebstore.google.com/detail/referer-control/hnkcfpcejkafcihlgbojoidoihckciin
Mô tả Control the HTTP Referer on a per-site basis.
Kích Thước Tệp 80.51 KB
Số Lần Cài Đặt 144,472
Phiên Bản Hiện Tại 1.35
Cập Nhật Lần Cuối 2018-12-27
Ngày Phát Hành 2018-12-27
Đánh Giá 4.13/5 Tổng số 256 Đánh Giá
Nhà Phát Triển https://keepa.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://keepa.com/refererControlDisqus.html
URL Trang Chính Sách Bảo Mật https://keepa.com/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}