Castitles
Allow to cast video with subtitles
Cos'è Castitles?
Castitles è un'estensione di Chrome sviluppata da Angelo Chirat, e la sua funzione principale è "Allow to cast video with subtitles".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Castitles
Scarica i file di estensione Castitles in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hopggbhejkmeimehibfopekemnpdffgl |
URL Ufficiale | https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl |
Descrizione | Allow to cast video with subtitles |
Dimensione del File | 4.5 MB |
Conteggio Installazioni | 141 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-04-27 |
Data di Pubblicazione | 2020-04-27 |
Sviluppatore | Angelo Chirat |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |