Youtube restore spacebar to scroll
A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
Hvad er Youtube restore spacebar to scroll?
Youtube restore spacebar to scroll er en Chrome-udvidelse udviklet af bsitdk, og dens hovedfunktion er "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com".
Udvidelsesskærmbilleder
Download Youtube restore spacebar to scroll-udvidelses-CRX-fil
Download Youtube restore spacebar to scroll-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Youtube restore spacebar to scroll |
ID | ahjglamdpmmcnabdflfbchopbahahhpk |
Officiel URL | https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk |
Beskrivelse | A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com |
Filstørrelse | 3.21 KB |
Antal Installationer | 429 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2019-04-12 |
Udgivelsesdato | 2019-04-12 |
Bedømmelse | 5.00/5 Samlet 12 Bedømmelser |
Udvikler | bsitdk |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |