HTML5 Video Speed Control

Speed controls for html5 video.

HTML5 Video Speed Control là gì?

HTML5 Video Speed Control là một tiện ích mở rộng Chrome được phát triển bởi thebenedictchen, và tính năng chính của nó là "Speed controls for html5 video.".

Ả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 Speed Control

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

                        Watching videos and they're too slow for you?
Adds speed controls to any HTML5 video.  The controls have no limits on speed.


Created by Benedict Chen. If you like it, you can buy me a beer with PayPal.
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WXQKYYKPHWXHS


Open source!
Github: https://github.com/benedictchen/google-chrome-html5video-controls                    

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

Tên HTML5 Video Speed Control HTML5 Video Speed Control
ID ejdipbccipeloijefbkiakckfhdbgocg
URL Chính Thức https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg
Mô tả Speed controls for html5 video.
Kích Thước Tệp 69.25 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.42
Cập Nhật Lần Cuối 2017-11-18
Ngày Phát Hành 2017-11-18
Đánh Giá 3.93/5 Tổng số 203 Đánh Giá
Nhà Phát Triển thebenedictchen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://benedictchen.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Speed Control",
    "description": "Speed controls for html5 video.",
    "options_page": "options.html",
    "version": "1.42",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speedcontrol.js"
            ],
            "all_frames": true
        }
    ]
}