Abortion is Murder

Abortion is Murder

This extension changes the word abortion to murder. Do something about the 3300 babies legally murdered today.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Abortion is Murder",
  "description": "This extension changes the word abortion to murder. Do something about the 3300 babies legally murdered today.",
  "version": "0.2",
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}