HTML5 Video Speed Control (YouTube happy)

Speed controls for html5 video.

HTML5 Video Speed Control (YouTube happy) là gì?

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

Tải xuống tệp CRX của tiện ích mở rộng HTML5 Video Speed Control (YouTube happy)

Tải xuống các tệp mở rộng HTML5 Video Speed Control (YouTube happy) 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 speed control WITHOUT using left and right arrow keys, therefore not interfering with YouTube rewind and fast forward.

New keyboard shortcuts:

slower: , or [
faster: . or ]

If there is any feature or improvement you want, please leave a comment on the Support page and I will try to implement them as long as I know how to. Thanks.

====================================================================

This is a duplicate of the extension of the same name, for details, click the "Website" link down below or copy & paste this link:

https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg                    

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

Tên HTML5 Video Speed Control (YouTube happy) HTML5 Video Speed Control (YouTube happy)
ID gnhfeplohgboehhgnaiiiikabamcfedl
URL Chính Thức https://chrome.google.com/webstore/detail/html5-video-speed-control/gnhfeplohgboehhgnaiiiikabamcfedl
Mô tả Speed controls for html5 video.
Kích Thước Tệp 94.86 KB
Số Lần Cài Đặt 381
Phiên Bản Hiện Tại 1.38.4
Cập Nhật Lần Cuối 2016-12-12
Ngày Phát Hành 2016-12-12
Đánh Giá 4.69/5 Tổng số 13 Đánh Giá
Nhà Phát Triển eyw
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "speedcontrol.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon48.png"
    },
    "description": "Speed controls for html5 video.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQl+t26qyBB+hjQ3Z2yhD\/a6j2Rjo7Y\/aLu1dW2v7B3PDxXhXXuH9xHWtiImupNEyOWIJAZ9jSQLXfCEvTnje+MLbsRfg8732qTqisoZYNnaWXsjOeBrsXH4yPLMPmp5udekxzPmB8JE+YvqVK38yeVeLS9YbSa6XPv+QA2C49L0ZXyED7jnj9GLRcZFtOu8DuFffSpY14hz6+xEQB0AfWgna1ydP0edEJ\/fS0YDE1IXC\/e3CngCmt\/hUnKEfu1yXwSFfMaDWSMEl5p2qEHEdP38qr4RHvN58hjPYddC3JO4U6BRUSg8PbpeCN+NNcUbO8tr9yvQdwbPKJZWGAZvFwIDAQAB",
    "manifest_version": 2,
    "name": "HTML5 Video Speed Control (YouTube happy)",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.38.4"
}