Castitles
Allow to cast video with subtitles
O que é Castitles?
Castitles é uma extensão do Chrome desenvolvida por Angelo Chirat, e sua principal característica é "Allow to cast video with subtitles".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Castitles
Baixe arquivos de extensão Castitles no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | hopggbhejkmeimehibfopekemnpdffgl |
URL Oficial | https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl |
Descrição | Allow to cast video with subtitles |
Tamanho do Arquivo | 4.5 MB |
Contagem de Instalações | 141 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-04-27 |
Data de Publicação | 2020-04-27 |
Desenvolvedor | Angelo Chirat |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |