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
Eメール [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"
    }
}