Dump Trump

Dump Trump

I'm all for good political discourse, but let's elevate the conversation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dump Trump",
  "version": "0.2",
  "description": "I'm all for good political discourse, but let's elevate the conversation.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery.js",
        "dumptrump.js"
      ]
    }
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}