Castitles

Allow to cast video with subtitles

Castitlesคืออะไร?

Castitles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Angelo Chirat และคุณลักษณะหลักของมันคือ "Allow to cast video with subtitles"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Castitles

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}