Kaltura Speed Manager

Add speed option bar to Kaltura video player

Kaltura Speed Managerคืออะไร?

Kaltura Speed Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย das08 และคุณลักษณะหลักของมันคือ "Add speed option bar to Kaltura video player"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Kaltura Speed Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Kalturaの動画プレイヤーに速度調整バーを追加します。Kalturaはデフォルトでは1x, 2x, 3xぼ再生速度しか選択できませんが、本拡張機能では0.25xや1.25x, 1.50xなどでも動画を再生することができます。
また、一時停止や10秒飛ばしなどの後でも設定した再生速度で引き続き動画を視聴することができます。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kaltura Speed Manager Kaltura Speed Manager
ID feochmandmmpboefplmnhpbkidegdjkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kaltura-speed-manager/feochmandmmpboefplmnhpbkidegdjkk
คำอธิบาย Add speed option bar to Kaltura video player
ขนาดไฟล์ 33.64 KB
จำนวนการติดตั้ง 279
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-06-15
วันที่เผยแพร่ 2020-06-13
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา das08
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kaltura Speed Manager",
    "description": "Add speed option bar to Kaltura video player",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png"
        },
        "default_title": "kaltura Speed Manager"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "css": [
                "css\/custom-kaltura.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/custom-kaltura.css"
    ]
}