TrollBlocker

TrollBlocker

This extension lets you block user comments on the sports pages of the Lancashire Telegraph.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TrollBlocker",
  "description": "This extension lets you block user comments on the sports pages of the Lancashire Telegraph.",
  "version": "4.5",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://www.lancashiretelegraph.co.uk/*"
      ],
      "js": [
        "jquery-2.1.1.min.js",
        "contentscript.js"
      ]
    }
  ]
}