Cloud-Things To Butt

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

Cos'è Cloud-Things To Butt?

Cloud-Things To Butt è un'estensione di Chrome sviluppata da https://www.patik.com, e la sua funzione principale è "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cloud-Things To Butt

Scarica i file di estensione Cloud-Things To Butt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
URL Ufficiale https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf
Descrizione Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Dimensione del File 3.96 KB
Conteggio Installazioni 23
Versione Corrente 1.2.0
Ultimo Aggiornamento 2014-02-15
Data di Pubblicazione 2014-02-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.patik.com
Tipo di Pagamento free
Sito Web dell'Estensione http://patik.com/code/
Lingue Supportate 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"
        }
    ]
}