Cloud-Things To Butt

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

Qu'est-ce que Cloud-Things To Butt ?

Cloud-Things To Butt est une extension Chrome développée par https://www.patik.com, et sa fonction principale est "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cloud-Things To Butt

Téléchargez les fichiers d'extension Cloud-Things To Butt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
URL Officiel 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'.
Taille du Fichier 3.96 KB
Nombre d'Installations 23
Version Actuelle 1.2.0
Dernière Mise à Jour 2014-02-15
Date de Publication 2014-02-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.patik.com
Type de Paiement free
Site Web de l'Extension http://patik.com/code/
Langues Prises en Charge 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"
        }
    ]
}