Jar-jar/Gungan Basic

Browse the web as a Gungan!

O que é Jar-jar/Gungan Basic?

Jar-jar/Gungan Basic é uma extensão do Chrome desenvolvida por skorper, e sua principal característica é "Browse the web as a Gungan!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Jar-jar/Gungan Basic

Baixe arquivos de extensão Jar-jar/Gungan Basic 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

                        This extension will translate all text in your browser to Gungan from the Star Wars universe.                    

Informações Básicas da Extensão

Nome Jar-jar/Gungan Basic Jar-jar/Gungan Basic
ID ipbhcicgccdcmhpibekojcgmojpnlnlo
URL Oficial https://chromewebstore.google.com/detail/jar-jargungan-basic/ipbhcicgccdcmhpibekojcgmojpnlnlo
Descrição Browse the web as a Gungan!
Tamanho do Arquivo 82.32 KB
Contagem de Instalações 28
Versão Atual 0.1.1
Última Atualização 2018-07-09
Data de Publicação 2018-07-09
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor skorper
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jar-jar\/Gungan Basic",
    "description": "Browse the web as a Gungan!",
    "version": "0.1.1",
    "icons": {
        "128": "images\/jarjar.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}