Technion Speed Controls

Controls video playback speed and shows remaining time accordingly.

What is Technion Speed Controls?

Technion Speed Controls is a Chrome extension developed by Carlos Kassis, and its main feature is "Controls video playback speed and shows remaining time accordingly.".

Extension Screenshots

screenshot
screenshot

Download Technion Speed Controls Extension CRX File

Download Technion Speed Controls 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

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

Extension Basic Information

Name Technion Speed Controls Technion Speed Controls
ID dfklambbphlgpnbknhffgdbkegkoplpf
Official URL https://chromewebstore.google.com/detail/technion-speed-controls/dfklambbphlgpnbknhffgdbkegkoplpf
Description Controls video playback speed and shows remaining time accordingly.
File Size 55.01 KB
Installation Count 103
Current Version 0.0.0.8
Last Updated 2022-02-02
Publish Date 2021-11-08
Rating 5.00/5 Total 2 Ratings
Developer Carlos Kassis
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}