Castitles

Allow to cast video with subtitles

什麼是Castitles?

Castitles是由Angelo Chirat開發的Chrome擴展程式,該擴展的主要功能是“Allow to cast video with subtitles”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Castitles擴展crx文件

下載Castitles擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Castitles Castitles
ID hopggbhejkmeimehibfopekemnpdffgl
官方網址 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
}