The Garnisher

The Garnisher

Replaces words with other words to create funny scenarios.

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 Garnisher",
  "description": "Replaces words with other words to create funny scenarios.",
  "version": "1.12",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*/*/*/*"
      ],
      "js": [
        "findandreplacedomtext.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}