Times Bandit

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

O que é Times Bandit?

Times Bandit é uma extensão do Chrome desenvolvida por fermentationist, e sua principal característica é "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Times Bandit

Baixe arquivos de extensão Times Bandit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
URL Oficial https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Descrição A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Tamanho do Arquivo 17.19 KB
Contagem de Instalações 37
Versão Atual 1.0.4
Última Atualização 2019-07-13
Data de Publicação 2019-07-13
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor fermentationist
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}