Tax To Butt

Replaces occurrences of tax-related words with butt-related words.

O que é Tax To Butt?

Tax To Butt é uma extensão do Chrome desenvolvida por zebraspots, e sua principal característica é "Replaces occurrences of tax-related words with butt-related words.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tax To Butt

Baixe arquivos de extensão Tax 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

                        Make tax time fun with this extension that replaces tax-related words with butt-related words!


Adapted from Cloud to Butt, located at https://github.com/panicsteve/cloud-to-butt, and with code to protect from XSS vulnerability from https://github.com/hank/cloud-to-butt.                    

Informações Básicas da Extensão

Nome Tax To Butt Tax To Butt
ID kbpekihcfdamaofaiffjjcbkcolhbdkf
URL Oficial https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf
Descrição Replaces occurrences of tax-related words with butt-related words.
Tamanho do Arquivo 16.72 KB
Contagem de Instalações 29
Versão Atual 1.2
Última Atualização 2015-01-16
Data de Publicação 2015-01-15
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor zebraspots
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tax To Butt",
    "version": "1.2",
    "description": "Replaces occurrences of tax-related words with butt-related words.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}