re:Invent Video Speed Controls

Gives you more control over the speed of your re:Invent videos.

What is re:Invent Video Speed Controls?

re:Invent Video Speed Controls is a Chrome extension developed by Madlucas Productions, and its main feature is "Gives you more control over the speed of your re:Invent videos.".

Extension Screenshots

screenshot

Download re:Invent Video Speed Controls Extension CRX File

Download re:Invent Video 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

                        AWS re:Invent 2020 is free to everyone, but the video player only offers 0.5x, normal, 2x and 4x playback speeds. This tool adds a variety of additional options so that you can speed up or slow down keynotes, sessions, dev chats, and more.

This makes it easier to watch and learn at a pace that's best for you.                    

Extension Basic Information

Name re:Invent Video Speed Controls re:Invent Video Speed Controls
ID omibjdfmphnoegpgdbiclekheecobppo
Official URL https://chromewebstore.google.com/detail/reinvent-video-speed-cont/omibjdfmphnoegpgdbiclekheecobppo
Description Gives you more control over the speed of your re:Invent videos.
File Size 21.35 KB
Installation Count 83
Current Version 0.1
Last Updated 2020-12-02
Publish Date 2020-12-02
Rating 5.00/5 Total 2 Ratings
Developer Madlucas Productions
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "re:Invent Video Speed Controls",
    "version": "0.1",
    "description": "Gives you more control over the speed of your re:Invent videos.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/rv-16.png",
        "32": "images\/rv-32.png",
        "48": "images\/rv-48.png",
        "128": "images\/rv-128.png"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/rv-16.png",
            "32": "images\/rv-32.png",
            "48": "images\/rv-48.png",
            "128": "images\/rv-128.png"
        }
    },
    "manifest_version": 2
}