Trump 2 "Dump Truck"

Trump 2 "Dump Truck"

Donald Trump to "Dump Truck" and other Trucky Trump subsitutions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trump 2 \"Dump Truck\"",
  "description": "Donald Trump to \"Dump Truck\" and other Trucky Trump subsitutions",
  "version": "0.7.4",
  "manifest_version": 2,
  "short_name": "Trump2DumpTruck",
  "icons": {
    "48": "truck48.png",
    "128": "truck128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ],
      "exclude_globs": [
        "https://mail.google.com/*"
      ]
    }
  ]
}