Nice Trump

Nice Trump

Make Donald Trump nice and interesting. Instead of muting his tweets, you can learn cute facts about the world. Made by @GeneticJen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nice Trump",
  "description": "Make Donald Trump nice and interesting. Instead of muting his tweets, you can learn cute facts about the world. Made by @GeneticJen.",
  "version": "0.1",
  "permissions": [
    "https://twitter.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}