Cloud-Things To Butt

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

O que é Cloud-Things To Butt?

Cloud-Things To Butt é uma extensão do Chrome desenvolvida por https://www.patik.com, e sua principal característica é "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cloud-Things To Butt

Baixe arquivos de extensão Cloud-Things To Butt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
URL Oficial https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf
Descrição Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Tamanho do Arquivo 3.96 KB
Contagem de Instalações 23
Versão Atual 1.2.0
Última Atualização 2014-02-15
Data de Publicação 2014-02-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.patik.com
Tipo de Pagamento free
Site da Extensão http://patik.com/code/
Idiomas Suportados 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"
        }
    ]
}