Castitles
Allow to cast video with subtitles
Castitles क्या है?
Castitles Angelo Chirat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow to cast video with subtitles"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Castitles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |