ol Donny baby hands

ol Donny baby hands

Replaces the text 'Trump' with 'ol Baby Hands'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ol Donny baby hands",
  "version": "1.1",
  "icons": {
    "16": "babyHands.png"
  },
  "description": "Replaces the text 'Trump' with 'ol Baby Hands'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "script.js"
      ],
      "run_at": "document_end"
    }
  ]
}