Playback Controls

Skip YouTube ads / Control video playbacks using keyboard shortcuts

Was ist Playback Controls?

Playback Controls ist eine Chrome-Erweiterung, die von ankur1812vu entwickelt wurde, und ihr Hauptmerkmal ist "Skip YouTube ads / Control video playbacks using keyboard shortcuts".

Erweiterungsscreenshots

screenshot
screenshot

Playback Controls-Erweiterungs-CRX-Datei herunterladen

Laden Sie Playback Controls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Playback Controls Playback Controls
ID nfehebbfejljgpcklfmklfheidkcongg
Offizielle URL https://chromewebstore.google.com/detail/playback-controls/nfehebbfejljgpcklfmklfheidkcongg
Beschreibung Skip YouTube ads / Control video playbacks using keyboard shortcuts
Dateigröße 40.57 KB
Installationsanzahl 82
Aktuelle Version 2.0.0
Letztes Update 2022-04-11
Veröffentlichungsdatum 2021-12-31
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler ankur1812vu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}