Playback Controls

Skip YouTube ads / Control video playbacks using keyboard shortcuts

什么是Playback Controls?

Playback Controls是由ankur1812vu开发的Chrome扩展程序,该扩展的主要功能是“Skip YouTube ads / Control video playbacks using keyboard shortcuts”。

扩展截图

screenshot
screenshot

下载Playback Controls扩展crx文件

下载Playback Controls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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).                    

扩展基本信息

名称 Playback Controls Playback Controls
ID nfehebbfejljgpcklfmklfheidkcongg
官方URL https://chromewebstore.google.com/detail/playback-controls/nfehebbfejljgpcklfmklfheidkcongg
简介 Skip YouTube ads / Control video playbacks using keyboard shortcuts
文件大小 40.57 KB
安装次数 82
当前版本 2.0.0
更新时间 2022-04-11
上架时间 2021-12-31
评分 5.00/5 共5次评分
开发者 ankur1812vu
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}