Castitles

Allow to cast video with subtitles

¿Qué es Castitles?

Castitles es una extensión de Chrome desarrollada por Angelo Chirat, y su función principal es "Allow to cast video with subtitles".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Castitles

Descarga archivos de extensión Castitles en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Castitles Castitles
ID hopggbhejkmeimehibfopekemnpdffgl
URL Oficial https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl
Descripción Allow to cast video with subtitles
Tamaño del Archivo 4.5 MB
Cantidad de Instalaciones 141
Versión Actual 1.0.1
Última Actualización 2020-04-27
Fecha de Publicación 2020-04-27
Desarrollador Angelo Chirat
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}