NYT Paywall Blaster

NYT Paywall Blaster

A way to get the news you want, at the price you deserve.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NYT Paywall Blaster",
  "description": "A way to get the news you want, at the price you deserve.",
  "version": "1.0",
  "author": "Keith Hamilton",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://nytimes.com/*"
      ],
      "js": [
        "blaster.js"
      ]
    }
  ]
}