HTML5 Video Controller

This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos.

HTML5 Video Controller là gì?

HTML5 Video Controller là một tiện ích mở rộng Chrome được phát triển bởi Angela Chieh, và tính năng chính của nó là "This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 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 HTML5 Video Controller

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

                        HTML5 Video Controller is a Chrome extension that allows to control any HTML5 video, including Youtube, Vimeo, and Dailymotion videos.

The extension allows you to easily:

- Rewind the video by a specific amount of time
- Fast forward the video by a specific amount of time
- Jump directly to a specific time 
- Set the playback rate to 0.25, 0.5, 1, 1.5, or 2 (some videos may not support all playback rate values)

On a Youtube/Vimeo/Dailymotion page, or any other page containing an HTML5 video, click on the extension icon and start controlling your video.                    

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

Tên HTML5 Video Controller HTML5 Video Controller
ID lckanjabhailhdngplhaejjjbpnfmdld
URL Chính Thức https://chromewebstore.google.com/detail/html5-video-controller/lckanjabhailhdngplhaejjjbpnfmdld
Mô tả This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos.
Kích Thước Tệp 10.45 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2018-05-06
Ngày Phát Hành 2018-05-06
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Angela Chieh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML5 Video Controller",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos.",
    "homepage_url": "https:\/\/github.com\/angelachieh\/youtube-controls",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "HTML5 Video Controller",
        "default_popup": "views\/popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ]
}