Replace Trump with President-Elect Shit Pimp

Replace Trump with President-Elect Shit Pimp

Replaces the word 'Trump' with 'President-Elect Shit Pimp'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Replace Trump with President-Elect Shit Pimp",
  "description": "Replaces the word 'Trump' with 'President-Elect Shit Pimp'",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}