Castitles

Allow to cast video with subtitles

Hvad er Castitles?

Castitles er en Chrome-udvidelse udviklet af Angelo Chirat, og dens hovedfunktion er "Allow to cast video with subtitles".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Castitles-udvidelses-CRX-fil

Download Castitles-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Castitles Castitles
ID hopggbhejkmeimehibfopekemnpdffgl
Officiel URL https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl
Beskrivelse Allow to cast video with subtitles
Filstørrelse 4.5 MB
Antal Installationer 141
Nuværende Version 1.0.1
Senest Opdateret 2020-04-27
Udgivelsesdato 2020-04-27
Udvikler Angelo Chirat
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}