Gate to Fart

Gate to Fart

Replaces the text 'gate' with 'fart'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gate to Fart",
  "version": "1.1",
  "description": "Replaces the text 'gate' with 'fart'.",
  "icons": {
    "48": "icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}