Democrat Punch

Democrat Punch

Changes every instance of the word Nazi to Democrat

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Democrat Punch",
  "description": "Changes every instance of the word Nazi to Democrat",
  "version": "1.776",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "icon.png"
  }
}