Technion Speed Controls

Controls video playback speed and shows remaining time accordingly.

什麼是Technion Speed Controls?

Technion Speed Controls是由Carlos Kassis開發的Chrome擴展程式,該擴展的主要功能是“Controls video playback speed and shows remaining time accordingly.”。

擴展截圖

screenshot
screenshot

下載Technion Speed Controls擴展crx文件

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

擴展使用說明

                        To control video playback speed use the keys:
'+', '-', 'Numpad /', 'Numpad *'                    

擴展基本資訊

名稱 Technion Speed Controls Technion Speed Controls
ID dfklambbphlgpnbknhffgdbkegkoplpf
官方網址 https://chromewebstore.google.com/detail/technion-speed-controls/dfklambbphlgpnbknhffgdbkegkoplpf
簡介 Controls video playback speed and shows remaining time accordingly.
檔案大小 55.01 KB
安裝次數 103
目前版本 0.0.0.8
更新時間 2022-02-02
上架時間 2021-11-08
評分 5.00/5 共 2 次評分
開發者 Carlos Kassis
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Technion Speed Controls",
    "version": "0.0.0.8",
    "action": {
        "default_icon": "images\/icon48.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Controls video playback speed and shows remaining time accordingly.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.panoptotech.cloud.panopto.eu\/*",
                "*:\/\/us02web.zoom.us\/*",
                "*:\/\/technion.zoom.us\/*"
            ],
            "js": [
                "speed.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}