Trump replacer

Trump replacer

replaces the word Trump with the word Dump. i've no idea why either tbh just go with it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trump replacer",
  "description": "replaces the word Trump with the word Dump. i've no idea why either tbh just go with it",
  "version": "0.2",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}