Language Learning with Youtube BETA

Improve your skills on your own, effectively and enjoyably, by watching videos in the language you study.

Language Learning with Youtube BETAคืออะไร?

Language Learning with Youtube BETA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dioco และคุณลักษณะหลักของมันคือ "Improve your skills on your own, effectively and enjoyably, by watching videos in the language you study."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Language Learning with Youtube BETA

ดาวน์โหลดไฟล์ส่วนขยาย Language Learning with Youtube BETA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        After installation, you will have additional features for language learning when you watch videos on Youtube.

• Subtitles are shown in two languages, allowing you to compare the original audio and text with a translation in your language.
• The extension allows you to listen to subtitles one at a time, and to change the playback speed.
• There's a pop-up dictionary, and the extension suggest the most important words for you to learn.

'Pro' Mode enables the ability to save words and phrases. These will be highlighted whenever they occur in the subtitles. This extension is a sister extension to 'Language Learning with Netflix', and saved words are available in both extensions.

Our extension runs on Google Chrome on desktop and laptop computers running Windows and MacOS.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Language Learning with Youtube BETA Language Learning with Youtube BETA
ID jkhhdcaafjabenpmpcpgdjiffdpmmcjb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/language-learning-with-yo/jkhhdcaafjabenpmpcpgdjiffdpmmcjb
คำอธิบาย Improve your skills on your own, effectively and enjoyably, by watching videos in the language you study.
ขนาดไฟล์ 888 KB
จำนวนการติดตั้ง 230,011
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-05-08
วันที่เผยแพร่ 2020-05-08
คะแนน 3.88/5 รวมทั้งหมด 242 คะแนน
ผู้พัฒนา Dioco
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://languagelearningwithnetflix.com/privacy_policy.html
ภาษาที่รองรับ de,en,fr,tr,es,it,hu,pl,pt-BR,sr,ru,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appNameYoutube__",
    "version": "1.0.1",
    "description": "__MSG_appDescYoutube__",
    "default_locale": "en",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content_youtube.min.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "data\/*.json",
        "images\/*.png"
    ],
    "permissions": [
        "storage",
        "https:\/\/clients5.google.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "oauth2": {
        "client_id": "177081285221-6trndej5j0idcdooi7hbhlh1pu3bs6ks.apps.googleusercontent.com",
        "scopes": []
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAigQgNjJBX5t4M7eIjMo+1zsHGBPPzk7ByLdPkMqvDrUx43XYKWZuRZoO5w+c52g9jPDHNe4gaOGWJEXaJL\/t42pGwKKm12fscKvumxj0Y1\/HGsh6OjoaWTu+sTwLNT42vCs5u5HiTT\/I9fxU3T18nlnVnxz+KFNdZTOkOY02i\/Yn\/643MkODURt4caK4iykD6SMoJa8UHCon5SCowL4iaR5FfuNQwKAM6LF8ADyxWeM4MOQ168r2s5w9jsZOxbb4OXtzIFVN7qQp8ALnW6PdYctGAhvUypC+AZHvuxgEhwplGehTuKwnGuGDV1q+56C+GPuYVmlhy\/3SCICzpHlgPQIDAQAB"
}