Castitles
Allow to cast video with subtitles
ما هو Castitles؟
Castitles هو إضافة Chrome تم تطويرها بواسطة Angelo Chirat، والميزة الرئيسية لها هي "Allow to cast video with subtitles".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Castitles
قم بتنزيل ملفات الامتداد Castitles بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | hopggbhejkmeimehibfopekemnpdffgl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl |
الوصف | Allow to cast video with subtitles |
حجم الملف | 4.5 MB |
عدد التثبيتات | 141 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-04-27 |
تاريخ النشر | 2020-04-27 |
المطور | Angelo Chirat |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |