YouTube Subtitles Simultaneously
Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
YouTube Subtitles Simultaneouslyคืออะไร?
YouTube Subtitles Simultaneously เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sách Mềm และคุณลักษณะหลักของมันคือ "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Subtitles Simultaneously
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Subtitles Simultaneously ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | haokcfniojcjooooonocnfbibkeckgpb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb |
คำอธิบาย | Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously. |
ขนาดไฟล์ | 61.39 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-06-09 |
วันที่เผยแพร่ | 2019-06-08 |
คะแนน | 4.22/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | Sách Mềm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Subtitles Simultaneously", "description": "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.", "author": "NTH", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "s.css" ], "js": [ "jquery.js", "cookie.js", "data.js", "extension.js" ] } ], "manifest_version": 2 } |