Times Bandit

Times Bandit

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

Additional files are visible only to premium users

manifest.json


{
  "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.3",
  "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
}