Castitles
Allow to cast video with subtitles
Castitles là gì?
Castitles là một tiện ích mở rộng Chrome được phát triển bởi Angelo Chirat, và tính năng chính của nó là "Allow to cast video with subtitles".
Ả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 Castitles
Tải xuống các tệp mở rộng Castitles 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
This extension is a very simple video player, that allow you to play mp4 and mkv and also add subtitles. Once the files loaded you can also cast it via the tab cast functionality from chrome web browser. The video will be casted with the subtitles. This is an open-source application, if you have ideas or feedback : https://github.com/TyrkoDev/castitles
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hopggbhejkmeimehibfopekemnpdffgl |
URL Chính Thức | https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl |
Mô tả | Allow to cast video with subtitles |
Kích Thước Tệp | 4.5 MB |
Số Lần Cài Đặt | 141 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-04-27 |
Ngày Phát Hành | 2020-04-27 |
Nhà Phát Triển | Angelo Chirat |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Castitles", "version": "1.0.1", "description": "Allow to cast video with subtitles", "permissions": [ "activeTab" ], "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "title": "Open Castitles" }, "manifest_version": 2 } |