Use YouTube to improve your pronunciation

YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.

Wat is Use YouTube to improve your pronunciation?

Use YouTube to improve your pronunciation is een Chrome-extensie ontwikkeld door Quy Nguyen, en de belangrijkste functie is "YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Use YouTube to improve your pronunciation

Download Use YouTube to improve your pronunciation-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

                        Use YouTube to improve your English pronunciation. Real people, real situations. Easy and fun to use.                    

Basisinformatie over de Extensie

Naam Use YouTube to improve your pronunciation Use YouTube to improve your pronunciation
ID fpfbgbdmcibjinolldhoneolfgjdocjl
Officiële URL https://chrome.google.com/webstore/detail/use-youtube-to-improve-yo/fpfbgbdmcibjinolldhoneolfgjdocjl
Beschrijving YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.
Bestandsgrootte 30.44 KB
Aantal Installaties 422
Huidige Versie 1.1
Laatst Bijgewerkt 2018-01-01
Publicatiedatum 2018-01-01
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar Quy Nguyen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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]"
        }
    ]
}