Fear Mongering Shithead

Fear Mongering Shithead

Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fear Mongering Shithead",
  "version": "1.0",
  "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "icon128.png"
  }
}