Cloud-Things To Butt

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

¿Qué es Cloud-Things To Butt?

Cloud-Things To Butt es una extensión de Chrome desarrollada por https://www.patik.com, y su función principal es "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Cloud-Things To Butt

Descarga archivos de extensión Cloud-Things To Butt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
URL Oficial https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf
Descripción Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Tamaño del Archivo 3.96 KB
Cantidad de Instalaciones 23
Versión Actual 1.2.0
Última Actualización 2014-02-15
Fecha de Publicación 2014-02-15
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.patik.com
Tipo de Pago free
Sitio Web de la Extensión http://patik.com/code/
Idiomas Soportados 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"
        }
    ]
}