Castitles

Allow to cast video with subtitles

What is Castitles?

Castitles is a Chrome extension developed by Angelo Chirat, and its main feature is "Allow to cast video with subtitles".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Castitles Extension CRX File

Download Castitles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Castitles Castitles
ID hopggbhejkmeimehibfopekemnpdffgl
Official URL https://chrome.google.com/webstore/detail/castitles/hopggbhejkmeimehibfopekemnpdffgl
Description Allow to cast video with subtitles
File Size 4.5 MB
Installation Count 141
Current Version 1.0.1
Last Updated 2020-04-27
Publish Date 2020-04-27
Developer Angelo Chirat
Email [email protected]
Payment Type free
Supported Languages 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
}