Castitles

Allow to cast video with subtitles

Wat is Castitles?

Castitles is een Chrome-extensie ontwikkeld door Angelo Chirat, en de belangrijkste functie is "Allow to cast video with subtitles".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Castitles

Download Castitles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Castitles Castitles
ID hopggbhejkmeimehibfopekemnpdffgl
Officiële URL https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl
Beschrijving Allow to cast video with subtitles
Bestandsgrootte 4.5 MB
Aantal Installaties 141
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-04-27
Publicatiedatum 2020-04-27
Ontwikkelaar Angelo Chirat
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}