HTML5 Video Speed Controls

Speed controller for all video players. Simply speed up, slow down and other options

HTML5 Video Speed Controls là gì?

HTML5 Video Speed Controls là một tiện ích mở rộng Chrome được phát triển bởi inkovasiliy, và tính năng chính của nó là "Speed controller for all video players. Simply speed up, slow down and other options".

Ả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 Controls

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

                        This is an extension that will help you speed up or slow down any video you want. Video Speed Control is easy to use, free and useful for you. Also, this extension will help you optimize your video viewing, allowing you to quickly adjust the playback speed, as well as rewind the video to hear the last few seconds again. Maximum user experience is guaranteed. After all, you can customize the viewing of any video. Rather follow the link and install our extension.                    

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

Tên HTML5 Video Speed Controls HTML5 Video Speed Controls
ID aamegnknljihpihjmdcllpadklkjafgn
URL Chính Thức https://chromewebstore.google.com/detail/html5-video-speed-control/aamegnknljihpihjmdcllpadklkjafgn
Mô tả Speed controller for all video players. Simply speed up, slow down and other options
Kích Thước Tệp 93.76 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-25
Ngày Phát Hành 2021-01-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển inkovasiliy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,hu,pl,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,ml,th,am-ET,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "media\/logo_128.png",
        "48": "media\/logo_48.png",
        "32": "media\/logo_32.png",
        "196": "media\/logo_16.png"
    },
    "manifest_version": 2,
    "options_page": "options.htm",
    "permissions": [
        "storage",
        ""
    ],
    "name": "HTML5 Video Speed Controls",
    "default_locale": "en",
    "description": "Speed controller for all video players. Simply speed up, slow down and other options",
    "browser_action": {
        "default_icon": "media\/logo_128.png",
        "default_popup": "options.htm"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "styles\/content.css"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "js": [
                "js_folder\/VideoCtrl.js",
                "js_folder\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "styles\/*.css",
        "js\/*.js"
    ],
    "version": "1.0"
}