Deplorable Extension

Deplorable Extension

Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "deplorable.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.",
  "icons": {
    "16": "mlg16.jpg",
    "32": "mlg32.jpg",
    "48": "mlg48.jpg",
    "128": "mlg128.jpg"
  },
  "name": "Deplorable Extension",
  "short_name": "Deplorable",
  "version": "6.16"
}