Use YouTube to improve your pronunciation

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

Vad är Use YouTube to improve your pronunciation?

Use YouTube to improve your pronunciation är en Chrome-tillägg utvecklad av Quy Nguyen, och dess huvudfunktion är "YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Use YouTube to improve your pronunciation-förlängningens CRX-fil

Ladda ner Use YouTube to improve your pronunciation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Use YouTube to improve your pronunciation Use YouTube to improve your pronunciation
ID fpfbgbdmcibjinolldhoneolfgjdocjl
Officiell webbadress https://chrome.google.com/webstore/detail/use-youtube-to-improve-yo/fpfbgbdmcibjinolldhoneolfgjdocjl
Beskrivning YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.
Filstorlek 30.44 KB
Antal Installationer 422
Aktuell Version 1.1
Senast Uppdaterad 2018-01-01
Publiceringsdatum 2018-01-01
Betyg 4.50/5 Totalt 8 Betyg
Utvecklare Quy Nguyen
E-post [email protected]
Betalningssätt free
Stödda Språk 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]"
        }
    ]
}