Cloud to Butt Redux

Cloud to Butt Redux

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

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cloud to Butt Redux",
  "version": "1.3.5",
  "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://titlecapitalization.com/*",
        "*://hangouts.google.com/*",
        "*://docs.google.com/*",
        "*://*.facebook.com/*",
        "*://discordapp.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "all_frames": true
    }
  ]
}