Better Fox News

Better Fox News

Instantly improve Fox News by adding exlamation marks to the headers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Better Fox News",
  "description": "Instantly improve Fox News by adding exlamation marks to the headers.",
  "version": "1.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://www.foxnews.com/*"
      ],
      "js": [
        "script.js"
      ],
      "run_at": "document_end"
    }
  ]
}