Go Gungan Translator

Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com

What is Go Gungan Translator?

Go Gungan Translator is a Chrome extension developed by talklikejarjarday.com, and its main feature is "Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com".

Extension Screenshots

screenshot
screenshot

Download Go Gungan Translator Extension CRX File

Download Go Gungan Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Make your day a little better by seeing everything in Gungan - from the Official International Talk Like Jar Jar Binks Day page. Visit http://talklikejarjarday.com for more Gungan fun!                    

Extension Basic Information

Name Go Gungan Translator Go Gungan Translator
ID eklgklnmeaedkhpigiffeimfhmompmgo
Official URL https://chromewebstore.google.com/detail/go-gungan-translator/eklgklnmeaedkhpigiffeimfhmompmgo
Description Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com
File Size 93.47 KB
Installation Count 30
Current Version 2.8
Last Updated 2018-02-07
Publish Date 2018-02-07
Rating 5.00/5 Total 3 Ratings
Developer talklikejarjarday.com
Email [email protected]
Payment Type free
Extension Website http://talklikejarjarday.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Gungan Translator",
    "description": "Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http:\/\/talklikejarjarday.com",
    "version": "2.8",
    "icons": {
        "16": "images\/jarjar16.png",
        "48": "images\/jarjar48.png",
        "128": "images\/jarjar128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/jarjar16.png",
            "48": "images\/jarjar48.png",
            "128": "images\/jarjar128.png"
        },
        "content_scripts": [
            {
                "matches": [
                    "*:\/\/*\/*"
                ],
                "js": [
                    "background.js"
                ],
                "run_at": "document_end"
            }
        ]
    }
}