koala-fy

Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…

O que é koala-fy?

koala-fy é uma extensão do Chrome desenvolvida por tlgs, e sua principal característica é "Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão koala-fy

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

                        Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji.

Use it for fun or to prank your friends! (extra effective if you right-click the toolbar icon and select 'Hide in Chrome menu')                    

Informações Básicas da Extensão

Nome koala-fy koala-fy
ID jpdeekpjokblfbaolmgnkegmgfnfjime
URL Oficial https://chromewebstore.google.com/detail/koala-fy/jpdeekpjokblfbaolmgnkegmgfnfjime
Descrição Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…
Tamanho do Arquivo 9.16 KB
Contagem de Instalações 132
Versão Atual 2.0
Última Atualização 2019-09-07
Data de Publicação 2019-09-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor tlgs
Tipo de Pagamento free
Site da Extensão https://github.com/tlgs/koala-fy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "koala-fy",
    "version": "2.0",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}