Jar-jar/Gungan Basic

Browse the web as a Gungan!

Wat is Jar-jar/Gungan Basic?

Jar-jar/Gungan Basic is een Chrome-extensie ontwikkeld door skorper, en de belangrijkste functie is "Browse the web as a Gungan!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Jar-jar/Gungan Basic

Download Jar-jar/Gungan Basic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Jar-jar/Gungan Basic Jar-jar/Gungan Basic
ID ipbhcicgccdcmhpibekojcgmojpnlnlo
Officiële URL https://chromewebstore.google.com/detail/jar-jargungan-basic/ipbhcicgccdcmhpibekojcgmojpnlnlo
Beschrijving Browse the web as a Gungan!
Bestandsgrootte 82.32 KB
Aantal Installaties 28
Huidige Versie 0.1.1
Laatst Bijgewerkt 2018-07-09
Publicatiedatum 2018-07-09
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar skorper
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}