Kaltura Speed Manager

Add speed option bar to Kaltura video player

What is Kaltura Speed Manager?

Kaltura Speed Manager is a Chrome extension developed by das08, and its main feature is "Add speed option bar to Kaltura video player".

Extension Screenshots

screenshot
screenshot

Download Kaltura Speed Manager Extension CRX File

Download Kaltura Speed Manager 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

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

Extension Basic Information

Name Kaltura Speed Manager Kaltura Speed Manager
ID feochmandmmpboefplmnhpbkidegdjkk
Official URL https://chromewebstore.google.com/detail/kaltura-speed-manager/feochmandmmpboefplmnhpbkidegdjkk
Description Add speed option bar to Kaltura video player
File Size 33.64 KB
Installation Count 279
Current Version 1.0.0
Last Updated 2020-06-15
Publish Date 2020-06-13
Rating 4.67/5 Total 3 Ratings
Developer das08
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}