Times Bandit

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

Co je Times Bandit?

Times Bandit je rozšíření Chrome vyvinuté fermentationist, a jeho hlavní funkcí je „A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Times Bandit

Stáhněte si soubory rozšíření Times Bandit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
Oficiální URL https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Popis A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Velikost souboru 17.19 KB
Počet instalací 37
Aktuální Verze 1.0.4
Poslední Aktualizace 2019-07-13
Datum Vydání 2019-07-13
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář fermentationist
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}