Times Bandit

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

Vad är Times Bandit?

Times Bandit är en Chrome-tillägg utvecklad av fermentationist, och dess huvudfunktion är "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Times Bandit-förlängningens CRX-fil

Ladda ner Times Bandit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
Officiell webbadress https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Beskrivning A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Filstorlek 17.19 KB
Antal Installationer 37
Aktuell Version 1.0.4
Senast Uppdaterad 2019-07-13
Publiceringsdatum 2019-07-13
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare fermentationist
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}