Playback Controls

Skip YouTube ads / Control video playbacks using keyboard shortcuts

Playback Controls là gì?

Playback Controls là một tiện ích mở rộng Chrome được phát triển bởi ankur1812vu, và tính năng chính của nó là "Skip YouTube ads / Control video playbacks using keyboard shortcuts".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Playback Controls

Tải xuống các tệp mở rộng Playback 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 extension allows users to control all video playbacks on the internet.

Use the keyboard shortcuts to speed up/down the videos, increase/decrease volume, fast-forward or rewind, or play/pause/end the videos.

The extension can also skip YouTube/ Facebook  ads.

The shortcuts can be viewed from the popup-menu once the plugin has been installed (as shown in the screenshots).                    

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

Tên Playback Controls Playback Controls
ID nfehebbfejljgpcklfmklfheidkcongg
URL Chính Thức https://chromewebstore.google.com/detail/playback-controls/nfehebbfejljgpcklfmklfheidkcongg
Mô tả Skip YouTube ads / Control video playbacks using keyboard shortcuts
Kích Thước Tệp 40.57 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-04-11
Ngày Phát Hành 2021-12-31
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển ankur1812vu
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": "Playback Controls",
    "description": "Skip YouTube ads \/ Control video playbacks using keyboard shortcuts",
    "version": "2.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript_playback_ctrls.css"
            ],
            "js": [
                "contentScript_playback_ctrls.js"
            ],
            "exclude_matches": []
        }
    ],
    "permissions": [],
    "action": {
        "default_popup": "popup_playback_ctrls.html",
        "default_icon": {
            "16": "\/images\/playback3.png",
            "32": "\/images\/playback3.png",
            "48": "\/images\/playback3.png",
            "128": "\/images\/playback3.png"
        }
    },
    "icons": {
        "16": "\/images\/playback3.png",
        "32": "\/images\/playback3.png",
        "48": "\/images\/playback3.png",
        "128": "\/images\/playback3.png"
    }
}