Cloud-Things To Butt

Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.

What is Cloud-Things To Butt?

Cloud-Things To Butt is a Chrome extension developed by https://www.patik.com, and its main feature is "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".

Extension Screenshots

screenshot

Download Cloud-Things To Butt Extension CRX File

Download Cloud-Things To Butt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replaces the text "the cloud" with "my butt", and "internet of things" with "interwebs of butts".

Slight improvements to Cloud-to-butt Plus, found here: https://github.com/hank/cloud-to-butt

Source code: https://github.com/patik/cloud-things-to-butt                    

Extension Basic Information

Name Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
Official URL https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf
Description Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
File Size 3.96 KB
Installation Count 23
Current Version 1.2.0
Last Updated 2014-02-15
Publish Date 2014-02-15
Rating 5.00/5 Total 1 Ratings
Developer https://www.patik.com
Payment Type free
Extension Website http://patik.com/code/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud-Things To Butt",
    "version": "1.2.0",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.",
    "short_name": "Cloud-Things To Butt",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "cloud-things-to-butt.user.js"
            ],
            "run_at": "document_end"
        }
    ]
}