Video Captions
Video Captions
Video Captionsคืออะไร?
Video Captions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย codeacwars และคุณลักษณะหลักของมันคือ "Video Captions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Captions
ดาวน์โหลดไฟล์ส่วนขยาย Video Captions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As we all know, Youtube supports extended subtitles. Both the creator of the video and our ordinary viewers can create and add subtitles to the video (requires the creator's permission), so this allows many popular videos to have multilingual subtitles. Video Captions is an extension that allows the Video player to display subtitles in two languages at the same time. This plugin is very convenient for many users who like to watch videos on YouTube! Just like many American dramas where subtitles have suppressed subtitles, display double subtitles directly in your favorite videos. ######## Supported Websites ######## * YouTube ########## Bugs ########## Please DON'T report bugs by a review, Through HERE: - [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Captions |
ID | acdlhldnonjkjomgdieacckbdcmjbpdo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-captions/acdlhldnonjkjomgdieacckbdcmjbpdo |
คำอธิบาย | Video Captions |
ขนาดไฟล์ | 12.03 KB |
จำนวนการติดตั้ง | 149 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2020-10-12 |
วันที่เผยแพร่ | 2020-10-05 |
ผู้พัฒนา | codeacwars |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Captions", "manifest_version": 2, "version": "0.0.3", "description": "Video Captions", "author": "ACWars", "permissions": [ "tabs", "storage" ], "icons": { "128": "images\/tab-icon.png" }, "browser_action": { "default_title": "Video captions" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/youtube\/content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "js\/youtube\/background.js" ], "persistent": false }, "web_accessible_resources": [ "js\/youtube\/injected.js", "js\/youtube\/xhook.min.js" ] } |