Butt To Cloud

Butt To Cloud

Replaces the text 'butt' and 'my butt' with 'cloud' and 'the cloud'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Butt To Cloud",
  "version": "1.0.1",
  "description": "Replaces the text 'butt' and 'my butt' with 'cloud' and 'the cloud'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}