Castitles
Allow to cast video with subtitles
什么是Castitles?
Castitles是由Angelo Chirat开发的Chrome扩展程序,该扩展的主要功能是“Allow to cast video with subtitles”。
扩展截图
下载Castitles扩展crx文件
下载Castitles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | hopggbhejkmeimehibfopekemnpdffgl |
官方URL | https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl |
简介 | Allow to cast video with subtitles |
文件大小 | 4.5 MB |
安装次数 | 141 |
当前版本 | 1.0.1 |
更新时间 | 2020-04-27 |
上架时间 | 2020-04-27 |
开发者 | Angelo Chirat |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |