Video Speed Controller

Control the speed of your video!

Video Speed Controller là gì?

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

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

                        It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input.                    

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

Tên Video Speed Controller Video Speed Controller
ID gkikefhphmjpcnhmgmahlahlgbjnhcbd
URL Chính Thức https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd
Mô tả Control the speed of your video!
Kích Thước Tệp 20.22 KB
Số Lần Cài Đặt 1,339
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-05-18
Ngày Phát Hành 2021-05-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển markcc95
Email [email protected]
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": "Video Speed Controller",
    "description": "Control the speed of your video!",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16x16.png",
            "32": "\/images\/icon-32x32.png",
            "48": "\/images\/icon-48x48.png",
            "128": "\/images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16x16.png",
        "32": "\/images\/icon-32x32.png",
        "48": "\/images\/icon-48x48.png",
        "128": "\/images\/icon-128x128.png"
    }
}