Times Bandit

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

¿Qué es Times Bandit?

Times Bandit es una extensión de Chrome desarrollada por fermentationist, y su función principal es "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Times Bandit

Descarga archivos de extensión Times Bandit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
URL Oficial https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Descripción A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Tamaño del Archivo 17.19 KB
Cantidad de Instalaciones 37
Versión Actual 1.0.4
Última Actualización 2019-07-13
Fecha de Publicación 2019-07-13
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador fermentationist
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}