Jar-jar/Gungan Basic

Browse the web as a Gungan!

Qu'est-ce que Jar-jar/Gungan Basic ?

Jar-jar/Gungan Basic est une extension Chrome développée par skorper, et sa fonction principale est "Browse the web as a Gungan!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Jar-jar/Gungan Basic

Téléchargez les fichiers d'extension Jar-jar/Gungan Basic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Jar-jar/Gungan Basic Jar-jar/Gungan Basic
ID ipbhcicgccdcmhpibekojcgmojpnlnlo
URL Officiel https://chromewebstore.google.com/detail/jar-jargungan-basic/ipbhcicgccdcmhpibekojcgmojpnlnlo
Description Browse the web as a Gungan!
Taille du Fichier 82.32 KB
Nombre d'Installations 28
Version Actuelle 0.1.1
Dernière Mise à Jour 2018-07-09
Date de Publication 2018-07-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur skorper
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}