Trump to Drumpf

Trump to Drumpf

Replaces occurrences of 'Trump' with 'Drumpf' in your browser.

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 to Drumpf",
  "version": "1.0.1",
  "description": "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}