Castitles

Allow to cast video with subtitles

Qu'est-ce que Castitles ?

Castitles est une extension Chrome développée par Angelo Chirat, et sa fonction principale est "Allow to cast video with subtitles".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Castitles

Téléchargez les fichiers d'extension Castitles au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Castitles Castitles
ID hopggbhejkmeimehibfopekemnpdffgl
URL Officiel https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl
Description Allow to cast video with subtitles
Taille du Fichier 4.5 MB
Nombre d'Installations 141
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-04-27
Date de Publication 2020-04-27
Développeur Angelo Chirat
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}