Video Captions
Video Captions
Video Captions là gì?
Video Captions là một tiện ích mở rộng Chrome được phát triển bởi codeacwars, và tính năng chính của nó là "Video Captions".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Video Captions
Tải xuống các tệp mở rộng Video Captions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Video Captions |
ID | acdlhldnonjkjomgdieacckbdcmjbpdo |
URL Chính Thức | https://chromewebstore.google.com/detail/video-captions/acdlhldnonjkjomgdieacckbdcmjbpdo |
Mô tả | Video Captions |
Kích Thước Tệp | 12.03 KB |
Số Lần Cài Đặt | 149 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2020-10-12 |
Ngày Phát Hành | 2020-10-05 |
Nhà Phát Triển | codeacwars |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |