Drumpfinator+

Drumpfinator+

Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Drumpfinator+",
  "version": "1.1.8",
  "manifest_version": 2,
  "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!",
  "homepage_url": "https://github.com/mark-monteiro/drumpfinator",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ]
}