Castitles
Allow to cast video with subtitles
Vad är Castitles?
Castitles är en Chrome-tillägg utvecklad av Angelo Chirat, och dess huvudfunktion är "Allow to cast video with subtitles".
Tilläggsskärmbilder
Ladda ner Castitles-förlängningens CRX-fil
Ladda ner Castitles-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | hopggbhejkmeimehibfopekemnpdffgl |
Officiell webbadress | https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl |
Beskrivning | Allow to cast video with subtitles |
Filstorlek | 4.5 MB |
Antal Installationer | 141 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-04-27 |
Publiceringsdatum | 2020-04-27 |
Utvecklare | Angelo Chirat |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |