Castitles
Allow to cast video with subtitles
Apa itu Castitles?
Castitles adalah ekstensi Chrome yang dikembangkan oleh Angelo Chirat, dan fitur utamanya adalah "Allow to cast video with subtitles".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Castitles
Unduh file ekstensi Castitles dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hopggbhejkmeimehibfopekemnpdffgl |
URL Resmi | https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl |
Deskripsi | Allow to cast video with subtitles |
Ukuran File | 4.5 MB |
Jumlah Instalasi | 141 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-04-27 |
Tanggal Publikasi | 2020-04-27 |
Pengembang | Angelo Chirat |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |