Video speed buttons

Add video speed control buttons to online videos

Video speed buttons là gì?

Video speed buttons là một tiện ích mở rộng Chrome được phát triển bởi Dona Hafner, và tính năng chính của nó là "Add video speed control buttons to online videos".

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

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

                        Video Speed Buttons adds speed controls to web video players. You can fast forward or slow down video playback even on websites that don't allow such functionality.

Features:
✰ Set playback speed in range 0.25-20x
✰ Preserve playback speed if you return to the video 
✰ Video controls are available over the video player
✰ OR you can use keyboard shortcuts

Shortcuts:
“s” and “d” to speed up or slow down the video playback.                    

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

Tên Video speed buttons Video speed buttons
ID afffieldplmegknlfkicedfpbbdbpaef
URL Chính Thức https://chrome.google.com/webstore/detail/video-speed-buttons/afffieldplmegknlfkicedfpbbdbpaef
Mô tả Add video speed control buttons to online videos
Kích Thước Tệp 576 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.28
Cập Nhật Lần Cuối 2022-05-16
Ngày Phát Hành 2020-08-30
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Dona Hafner
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/privacy-policyvideo-speed
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.28",
    "offline_enabled": true,
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "inject_style.css"
            ],
            "js": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        ""
    ]
}