Youtube restore spacebar to scroll

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

Wat is Youtube restore spacebar to scroll?

Youtube restore spacebar to scroll is een Chrome-extensie ontwikkeld door bsitdk, en de belangrijkste functie is "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube restore spacebar to scroll

Download Youtube restore spacebar to scroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youtube restore spacebar to scroll Youtube restore spacebar to scroll
ID ahjglamdpmmcnabdflfbchopbahahhpk
Officiële URL https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk
Beschrijving A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
Bestandsgrootte 3.21 KB
Aantal Installaties 429
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-04-12
Publicatiedatum 2019-04-12
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar bsitdk
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}