Youtube Subtitle
Display 3rd-party(Amara) subtitles on youtube video
Youtube Subtitleคืออะไร?
Youtube Subtitle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bass9030 และคุณลักษณะหลักของมันคือ "Display 3rd-party(Amara) subtitles on youtube video"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Subtitle
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Subtitle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows subtitles in Amara to be uploaded on YouTube. Only 5-10% of the videos posted on YouTube are on Amara, so subtitles may not be displayed. Example of a video with subtitles - http://www.youtube.com/watch?v=XR2sj4SUTc0 [Piki Pictures - Star Wars: The nerd awakens(Fan made)] You can also create YouTube subtitles on https://Amara.org. Github repo: https://github.com/bass9030/Youtube-Subtitle
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Subtitle |
ID | kmdikdpbfkcoogakefkkholhebjkmlgh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-subtitle/kmdikdpbfkcoogakefkkholhebjkmlgh |
คำอธิบาย | Display 3rd-party(Amara) subtitles on youtube video |
ขนาดไฟล์ | 27.2 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-02-09 |
วันที่เผยแพร่ | 2021-02-09 |
ผู้พัฒนา | bass9030 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Subtitle", "description": "Display 3rd-party(Amara) subtitles on youtube video", "version": "1.0.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "languages.json" ], "permissions": [ "tabs", "activeTab", "webNavigation", "storage", "*:\/\/*.youtube.com\/*" ] } |