Cloud-Things To Butt

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

Co je Cloud-Things To Butt?

Cloud-Things To Butt je rozšíření Chrome vyvinuté https://www.patik.com, a jeho hlavní funkcí je „Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cloud-Things To Butt

Stáhněte si soubory rozšíření Cloud-Things To Butt ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
Oficiální URL https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf
Popis Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Velikost souboru 3.96 KB
Počet instalací 23
Aktuální Verze 1.2.0
Poslední Aktualizace 2014-02-15
Datum Vydání 2014-02-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.patik.com
Typ Platby free
Webové stránky Rozšíření http://patik.com/code/
Podporované Jazyky 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"
        }
    ]
}