Kaltura Speed Manager
Add speed option bar to Kaltura video player
Qu'est-ce que Kaltura Speed Manager ?
Kaltura Speed Manager est une extension Chrome développée par das08, et sa fonction principale est "Add speed option bar to Kaltura video player".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kaltura Speed Manager
Téléchargez les fichiers d'extension Kaltura Speed Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Kalturaの動画プレイヤーに速度調整バーを追加します。Kalturaはデフォルトでは1x, 2x, 3xぼ再生速度しか選択できませんが、本拡張機能では0.25xや1.25x, 1.50xなどでも動画を再生することができます。 また、一時停止や10秒飛ばしなどの後でも設定した再生速度で引き続き動画を視聴することができます。
Informations de Base sur l'Extension
Nom | Kaltura Speed Manager |
ID | feochmandmmpboefplmnhpbkidegdjkk |
URL Officiel | https://chromewebstore.google.com/detail/kaltura-speed-manager/feochmandmmpboefplmnhpbkidegdjkk |
Description | Add speed option bar to Kaltura video player |
Taille du Fichier | 33.64 KB |
Nombre d'Installations | 279 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-06-15 |
Date de Publication | 2020-06-13 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | das08 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |