Jar-jar/Gungan Basic

Browse the web as a Gungan!

Cos'è Jar-jar/Gungan Basic?

Jar-jar/Gungan Basic è un'estensione di Chrome sviluppata da skorper, e la sua funzione principale è "Browse the web as a Gungan!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Jar-jar/Gungan Basic

Scarica i file di estensione Jar-jar/Gungan Basic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Jar-jar/Gungan Basic Jar-jar/Gungan Basic
ID ipbhcicgccdcmhpibekojcgmojpnlnlo
URL Ufficiale https://chromewebstore.google.com/detail/jar-jargungan-basic/ipbhcicgccdcmhpibekojcgmojpnlnlo
Descrizione Browse the web as a Gungan!
Dimensione del File 82.32 KB
Conteggio Installazioni 28
Versione Corrente 0.1.1
Ultimo Aggiornamento 2018-07-09
Data di Pubblicazione 2018-07-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore skorper
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}