Youtube restore spacebar to scroll
A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
Cos'è Youtube restore spacebar to scroll?
Youtube restore spacebar to scroll è un'estensione di Chrome sviluppata da bsitdk, e la sua funzione principale è "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube restore spacebar to scroll
Scarica i file di estensione Youtube restore spacebar to scroll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Youtube restore spacebar to scroll |
ID | ahjglamdpmmcnabdflfbchopbahahhpk |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk |
Descrizione | A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com |
Dimensione del File | 3.21 KB |
Conteggio Installazioni | 429 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-04-12 |
Data di Pubblicazione | 2019-04-12 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | bsitdk |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |