Drumpf-Dumper

Drumpf-Dumper

Replaces any instance of Pr*sident Tr*mp (I refuse to type that out uncensored) and a few other variations with Komrade Cheetoface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Drumpf-Dumper",
  "description": "Replaces any instance of Pr*sident Tr*mp (I refuse to type that out uncensored) and a few other variations with Komrade Cheetoface.",
  "version": "1.0",
  "icons": {
    "16": "AppLogo16.png",
    "48": "AppLogo48.png",
    "128": "AppLogo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}