Donald Trump 'Racist' Label Buster Buster

Donald Trump 'Racist' Label Buster Buster

Donald Trump's campaign seeks to shed the 'racist' label. With this Chrome extension, he never will.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Donald Trump 'Racist' Label Buster Buster",
  "description": "Donald Trump's campaign seeks to shed the 'racist' label. With this Chrome extension, he never will.",
  "version": "1.1",
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}