DontTrack

Allows user to monitor - Tracking of Websites

Cos'è DontTrack?

DontTrack è un'estensione di Chrome sviluppata da exexzian, e la sua funzione principale è "Allows user to monitor - Tracking of Websites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DontTrack

Scarica i file di estensione DontTrack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Provides simplest option to Restrict and Allow websites from tracking user i.e. simply by clicking icon.

Inspired by: Do Not Track extension 

But gives option to Restrict and Allow tracking                    

Informazioni di Base sull'Estensione

Nome DontTrack DontTrack
ID hcnkjnmphoefpmffigclelfmfjfcboim
URL Ufficiale https://chromewebstore.google.com/detail/donttrack/hcnkjnmphoefpmffigclelfmfjfcboim
Descrizione Allows user to monitor - Tracking of Websites
Dimensione del File 19.03 KB
Conteggio Installazioni 27
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-05-04
Data di Pubblicazione 2015-05-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore exexzian
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DontTrack",
    "description": "Allows user to monitor - Tracking of Websites",
    "version": "0.0.1",
    "icons": {
        "128": "images\/DontTrack.png",
        "48": "images\/DontTrack48.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/DontTrack.png"
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking"
    ],
    "author": "exexzian"
}