Speed Control

Control the speed of HTML5 video

Speed Control là gì?

Speed Control là một tiện ích mở rộng Chrome được phát triển bởi Josh Miles, và tính năng chính của nó là "Control the speed of 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 Speed Control

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

                        This extension will adjust the playback speed of any HTML5 video in the current tab. Just click on the extension and slide the bar to adjust the playback speed. Works on Facebook Video, Twitter, YouTube, Netflix, and many more services.                    

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

Tên Speed Control Speed Control
ID licimfihnglekdccgjijhmfdocplhdbk
URL Chính Thức https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk
Mô tả Control the speed of HTML5 video
Kích Thước Tệp 8.96 KB
Số Lần Cài Đặt 14,962
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2017-10-26
Ngày Phát Hành 2017-10-26
Đánh Giá 4.93/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Josh Miles
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/milesjos/speed-control
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Control",
    "description": "Control the speed of HTML5 video",
    "version": "1.1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}