Times Bandit

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

Wat is Times Bandit?

Times Bandit is een Chrome-extensie ontwikkeld door fermentationist, en de belangrijkste functie is "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Times Bandit

Download Times Bandit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
Officiële URL https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Beschrijving A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Bestandsgrootte 17.19 KB
Aantal Installaties 37
Huidige Versie 1.0.4
Laatst Bijgewerkt 2019-07-13
Publicatiedatum 2019-07-13
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar fermentationist
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}