Use YouTube to improve your pronunciation

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

Apa itu Use YouTube to improve your pronunciation?

Use YouTube to improve your pronunciation adalah ekstensi Chrome yang dikembangkan oleh Quy Nguyen, dan fitur utamanya adalah "YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Use YouTube to improve your pronunciation

Unduh file ekstensi Use YouTube to improve your pronunciation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Use YouTube to improve your pronunciation Use YouTube to improve your pronunciation
ID fpfbgbdmcibjinolldhoneolfgjdocjl
URL Resmi https://chrome.google.com/webstore/detail/use-youtube-to-improve-yo/fpfbgbdmcibjinolldhoneolfgjdocjl
Deskripsi YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.
Ukuran File 30.44 KB
Jumlah Instalasi 422
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-01-01
Tanggal Publikasi 2018-01-01
Penilaian 4.50/5 Total 8 Penilaian
Pengembang Quy Nguyen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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]"
        }
    ]
}