Jar-jar/Gungan Basic
Browse the web as a Gungan!
What is Jar-jar/Gungan Basic?
Jar-jar/Gungan Basic is a Chrome extension developed by skorper, and its main feature is "Browse the web as a Gungan!".
Extension Screenshots
Download Jar-jar/Gungan Basic Extension CRX File
Download Jar-jar/Gungan Basic 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
This extension will translate all text in your browser to Gungan from the Star Wars universe.
Extension Basic Information
Name | Jar-jar/Gungan Basic |
ID | ipbhcicgccdcmhpibekojcgmojpnlnlo |
Official URL | https://chromewebstore.google.com/detail/jar-jargungan-basic/ipbhcicgccdcmhpibekojcgmojpnlnlo |
Description | Browse the web as a Gungan! |
File Size | 82.32 KB |
Installation Count | 28 |
Current Version | 0.1.1 |
Last Updated | 2018-07-09 |
Publish Date | 2018-07-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | skorper |
Payment Type | free |
Supported Languages | 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" } ] } |