The Trumpweb

The Trumpweb

Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Trumpweb",
  "version": "0.2.1",
  "description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}