GoHam - Pig Latin Translator
Automatically translates the Internet to Pig Latin.
What is GoHam - Pig Latin Translator?
GoHam - Pig Latin Translator is a Chrome extension developed by samscode, and its main feature is "Automatically translates the Internet to Pig Latin.".
Extension Screenshots
Download GoHam - Pig Latin Translator Extension CRX File
Download GoHam - Pig Latin 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
Compatible with the Teen Titans Go! Pig Latin dialect. Optionally displays pronunciation hints for beginners. Select from several suffix variations.
Extension Basic Information
Name | |
ID | jiimmjfenbblcaobnamplnepkehmeepm |
Official URL | https://chromewebstore.google.com/detail/goham-pig-latin-translato/jiimmjfenbblcaobnamplnepkehmeepm |
Description | Automatically translates the Internet to Pig Latin. |
File Size | 12.41 KB |
Installation Count | 72 |
Current Version | 1.2.1 |
Last Updated | 2019-07-26 |
Publish Date | 2019-07-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | samscode |
Payment Type | free |
Privacy Policy Page URL | https://www.google.com/chrome/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoHam - Pig Latin Translator", "short_name": "GoHam", "description": "Automatically translates the Internet to Pig Latin.", "version": "1.2.1", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "doit.js" ] } ], "permissions": [ "storage", "*:\/\/*\/*", "activeTab" ] } |