Replace Trump Cabinet with Death Eaters

Replace Trump Cabinet with Death Eaters

A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.

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 Cabinet with Death Eaters",
  "description": "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.",
  "version": "1.3",
  "browser_action": {
    "default_icon": "lightning_scar.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "jquery-3.1.1.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}