Cloud-Things To Butt

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

Was ist Cloud-Things To Butt?

Cloud-Things To Butt ist eine Chrome-Erweiterung, die von https://www.patik.com entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".

Erweiterungsscreenshots

screenshot

Cloud-Things To Butt-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cloud-Things To Butt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
Offizielle URL https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf
Beschreibung Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Dateigröße 3.96 KB
Installationsanzahl 23
Aktuelle Version 1.2.0
Letztes Update 2014-02-15
Veröffentlichungsdatum 2014-02-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.patik.com
Zahlungsart free
Erweiterungswebsite http://patik.com/code/
Unterstützte Sprachen 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"
        }
    ]
}