Times Bandit

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

Qu'est-ce que Times Bandit ?

Times Bandit est une extension Chrome développée par fermentationist, et sa fonction principale est "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Times Bandit

Téléchargez les fichiers d'extension Times Bandit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
URL Officiel https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Description A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Taille du Fichier 17.19 KB
Nombre d'Installations 37
Version Actuelle 1.0.4
Dernière Mise à Jour 2019-07-13
Date de Publication 2019-07-13
Évaluation 1.00/5 Total 1 Évaluations
Développeur fermentationist
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}