NYTimes Free

NYTimes Free

This extension prevents the NYTimes website from limiting the number of articles you can read for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NYTimes Free",
  "description": "This extension prevents the NYTimes website from limiting the number of articles you can read for free.",
  "version": "1.1.1",
  "author": "Sam Bogart",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.nytimes.com/*"
      ]
    }
  ]
}