Referer Control

Control the HTTP Referer on a per-site basis.

Τι είναι το Referer Control;

Το Referer Control είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://keepa.com, και η κύρια λειτουργία του είναι "Control the HTTP Referer on a per-site basis.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Referer Control

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}