Trumpisms

Trumpisms

Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trumpisms",
  "version": "1.0.1",
  "description": "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "images/laugh-48.png",
    "128": "images/laugh-128.png"
  }
}