The Extension to Restore Sanity

The Extension to Restore Sanity

Delete superfluous political riff-raff from news sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Delete superfluous political riff-raff from news sites.",
  "background": {
    "page": "background.html"
  },
  "name": "The Extension to Restore Sanity",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/*",
        "*://news.google.com/*",
        "*://news.yahoo.com/*",
        "*://www.yahoo.com/*",
        "*://www.bbc.co.uk/*",
        "*://www.cnn.com/*",
        "*://www.foxnews.com/*",
        "*://www.nbcnews.com/*",
        "*://www.msnbc.com/*",
        "*://www.msnbc.msn.com/*",
        "*://www.huffingtonpost.com/*",
        "*://www.drudgereport.com/*",
        "*://abcnews.go.com/*",
        "*://www.washingtonpost.com/politics*",
        "*://www.nytimes.com/*politics*",
        "*://www.theatlantic.com/politics*",
        "*://www.politico.com/*",
        "*://www.salon.com/*",
        "*://www.newsmax.com/*",
        "*://www.theblaze.com/*",
        "*://www.csmonitor.com/*",
        "*://www.infowars.com/*",
        "*://www.washingtontimes.com/*",
        "*://thehill.com/*",
        "*://www.freerepublic.com/*",
        "*://talkingpointsmemo.com/*",
        "*://*.talkingpointsmemo.com/*",
        "*://www.townhall.com/*",
        "*://www.cbsnews.com/*"
      ],
      "js": [
        "js/jquery-1.8.2.min.js",
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ]
    }
  ],
  "manifest_version": 2,
  "version": "1.2.2"
}