Cloud To Butt Plus WebExtension

Cloud To Butt Plus WebExtension

Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Cloud To Butt Plus WebExtension",
  "version": "1.3resigned1",
  "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{20dda4c4-1e95-4c8c-aa73-3960db2aeef9}"
    }
  }
}