Container to Fart

Container to Fart

Replaces the text 'container' 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": "Container to Fart",
  "version": "1.0",
  "description": "Replaces the text 'container' with 'fart'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}