Playback Controls

Skip YouTube ads / Control video playbacks using keyboard shortcuts

Qu'est-ce que Playback Controls ?

Playback Controls est une extension Chrome développée par ankur1812vu, et sa fonction principale est "Skip YouTube ads / Control video playbacks using keyboard shortcuts".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Playback Controls

Téléchargez les fichiers d'extension Playback Controls au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Playback Controls Playback Controls
ID nfehebbfejljgpcklfmklfheidkcongg
URL Officiel https://chromewebstore.google.com/detail/playback-controls/nfehebbfejljgpcklfmklfheidkcongg
Description Skip YouTube ads / Control video playbacks using keyboard shortcuts
Taille du Fichier 40.57 KB
Nombre d'Installations 82
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-04-11
Date de Publication 2021-12-31
Évaluation 5.00/5 Total 5 Évaluations
Développeur ankur1812vu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}