Times Bandit

A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.

Cos'è Times Bandit?

Times Bandit è un'estensione di Chrome sviluppata da fermentationist, e la sua funzione principale è "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Times Bandit

Scarica i file di estensione Times Bandit 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

                        Times Bandit is a browser extension that removes some of the tracking data that nytimes.com stores in the browser.

Clicking the icon will delete all of the non-HttpOnly cookies stored locally by nytimes.com, clear both local and session storage, and then reload the current url.                    

Informazioni di Base sull'Estensione

Nome Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
URL Ufficiale https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Descrizione A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Dimensione del File 17.19 KB
Conteggio Installazioni 37
Versione Corrente 1.0.4
Ultimo Aggiornamento 2019-07-13
Data di Pubblicazione 2019-07-13
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore fermentationist
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Times Bandit",
    "description": "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.",
    "version": "1.0.4",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "*:\/\/*.nytimes.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_title": "Removes nytimes.com tracking data from browser storage."
    },
    "manifest_version": 2
}