Castitles
Allow to cast video with subtitles
Что такое Castitles?
Castitles - это расширение Chrome, разработанное Angelo Chirat, и его основная функция - "Allow to cast video with subtitles".
Снимки экрана расширения
Скачать файл CRX расширения Castitles
Скачайте файлы расширений 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 } |