Use YouTube to improve your pronunciation
YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.
What is Use YouTube to improve your pronunciation?
Use YouTube to improve your pronunciation is a Chrome extension developed by Quy Nguyen, and its main feature is "YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.".
Extension Screenshots
Download Use YouTube to improve your pronunciation Extension CRX File
Download Use YouTube to improve your pronunciation 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
Use YouTube to improve your English pronunciation. Real people, real situations. Easy and fun to use.
Extension Basic Information
Name | |
ID | fpfbgbdmcibjinolldhoneolfgjdocjl |
Official URL | https://chrome.google.com/webstore/detail/use-youtube-to-improve-yo/fpfbgbdmcibjinolldhoneolfgjdocjl |
Description | YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context. |
File Size | 30.44 KB |
Installation Count | 422 |
Current Version | 1.1 |
Last Updated | 2018-01-01 |
Publish Date | 2018-01-01 |
Rating | 4.50/5 Total 8 Ratings |
Developer | Quy Nguyen |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Use YouTube to improve your pronunciation", "version": "1.1", "manifest_version": 2, "description": "YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "youGlish.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |