Times Bandit

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

What is Times Bandit?

Times Bandit is a Chrome extension developed by fermentationist, and its main feature is "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

Extension Screenshots

screenshot

Download Times Bandit Extension CRX File

Download Times Bandit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
Official URL 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.
File Size 17.19 KB
Installation Count 37
Current Version 1.0.4
Last Updated 2019-07-13
Publish Date 2019-07-13
Rating 1.00/5 Total 1 Ratings
Developer fermentationist
Email [email protected]
Payment Type free
Supported Languages 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
}