re:Invent Video Speed Controls

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

re:Invent Video Speed Controls là gì?

re:Invent Video Speed Controls là một tiện ích mở rộng Chrome được phát triển bởi Madlucas Productions, và tính năng chính của nó là "Gives you more control over the speed of your re:Invent videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng re:Invent Video Speed Controls

Tải xuống các tệp mở rộng re:Invent Video Speed Controls dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên re:Invent Video Speed Controls re:Invent Video Speed Controls
ID omibjdfmphnoegpgdbiclekheecobppo
URL Chính Thức https://chromewebstore.google.com/detail/reinvent-video-speed-cont/omibjdfmphnoegpgdbiclekheecobppo
Mô tả Gives you more control over the speed of your re:Invent videos.
Kích Thước Tệp 21.35 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-12-02
Ngày Phát Hành 2020-12-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Madlucas Productions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}