Times Bandit

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

Was ist Times Bandit?

Times Bandit ist eine Chrome-Erweiterung, die von fermentationist entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

Erweiterungsscreenshots

screenshot

Times Bandit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Times Bandit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
Offizielle URL https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Beschreibung A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Dateigröße 17.19 KB
Installationsanzahl 37
Aktuelle Version 1.0.4
Letztes Update 2019-07-13
Veröffentlichungsdatum 2019-07-13
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler fermentationist
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}