Video Playback Speedup

Control video playback speed using keyboard shortcuts

Video Playback Speedup là gì?

Video Playback Speedup là một tiện ích mở rộng Chrome được phát triển bởi Simplify Unique Ideas, và tính năng chính của nó là "Control video playback speed using keyboard shortcuts".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Playback Speedup

Tải xuống các tệp mở rộng Video Playback Speedup 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

                        The purpose of this extension is to speed up currently playing video for people in hurry. Most web video players has functionality to speed up video playback, but it has certain upper limits. This extension is meant to change that. Moreover, it also has key binding to skip video ads with a single click. And there is more, it does not require any access permissions from your browsers, so you can be calm, it is not going to snoop on your browsing activity.                    

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

Tên Video Playback Speedup Video Playback Speedup
ID fllmoplppdefmmapminckbjbfpmncjnb
URL Chính Thức https://chromewebstore.google.com/detail/video-playback-speedup/fllmoplppdefmmapminckbjbfpmncjnb
Mô tả Control video playback speed using keyboard shortcuts
Kích Thước Tệp 16.04 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-03-07
Ngày Phát Hành 2019-03-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Simplify Unique Ideas
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/va1da5/html5-video-speedup-chome-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Playback Speedup",
    "description": "Control video playback speed using keyboard shortcuts",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-90.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": []
}