Youtube restore spacebar to scroll

A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com

Qu'est-ce que Youtube restore spacebar to scroll ?

Youtube restore spacebar to scroll est une extension Chrome développée par bsitdk, et sa fonction principale est "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube restore spacebar to scroll

Téléchargez les fichiers d'extension Youtube restore spacebar to scroll 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

                        Youtube recently changed the default browser behavior of scrolling the page, when pressing the spacebar, to instead pause the video.
This extension removes the "Spacebar to pause" functionality and restores the scrolling.                    

Informations de Base sur l'Extension

Nom Youtube restore spacebar to scroll Youtube restore spacebar to scroll
ID ahjglamdpmmcnabdflfbchopbahahhpk
URL Officiel https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk
Description A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
Taille du Fichier 3.21 KB
Nombre d'Installations 429
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-04-12
Date de Publication 2019-04-12
Évaluation 5.00/5 Total 12 Évaluations
Développeur bsitdk
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube restore spacebar to scroll",
    "description": "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ]
}