4k To Butt

Replaces 4k with Butt all over the web

O que é 4k To Butt?

4k To Butt é uma extensão do Chrome desenvolvida por JTaylorApps, e sua principal característica é "Replaces 4k with Butt all over the web".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 4k To Butt

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

                        Lightweight and open source extension that converts the term "4k" to "Butt" all over the web.

Written originally by /u/Killeri404
Compiled and released by me, on his behalf

Version 1.0.1:
- Initial Release                    

Informações Básicas da Extensão

Nome 4k To Butt 4k To Butt
ID cebppknaomfckghmlcmakemojakcegpc
URL Oficial https://chromewebstore.google.com/detail/4k-to-butt/cebppknaomfckghmlcmakemojakcegpc
Descrição Replaces 4k with Butt all over the web
Tamanho do Arquivo 15.87 KB
Contagem de Instalações 180
Versão Atual 1.0.1
Última Atualização 2014-06-06
Data de Publicação 2014-06-05
Classificação 3.90/5 Total de 10 Avaliações
Desenvolvedor JTaylorApps
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4k To Butt",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.jpg"
    },
    "description": "Replaces 4k with Butt all over the web",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "contentScript.js"
    ]
}