Cloud To Butt Plus

Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.

O que é Cloud To Butt Plus?

Cloud To Butt Plus é uma extensão do Chrome desenvolvida por Hank, e sua principal característica é "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cloud To Butt Plus

Baixe arquivos de extensão Cloud To Butt Plus 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

                        Slight improvements to Butt-to-butt, found here:
https://github.com/panicsteve/butt-to-butt

My repo: https://github.com/hank/butt-to-butt

Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible).

WARNING: Versions before 1.2 contain a XSS Vulnerability!  Please update!                    

Informações Básicas da Extensão

Nome Cloud To Butt Plus Cloud To Butt Plus
ID apmlngnhgbnjpajelfkmabhkfapgnoai
URL Oficial https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
Descrição Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Tamanho do Arquivo 3.34 KB
Contagem de Instalações 10,000
Versão Atual 1.2
Última Atualização 2014-07-24
Data de Publicação 2014-07-23
Classificação 4.82/5 Total de 799 Avaliações
Desenvolvedor Hank
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Butt Plus",
    "version": "1.2",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}