FiniteScroller for YouTube
Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Cos'è FiniteScroller for YouTube?
FiniteScroller for YouTube è un'estensione di Chrome sviluppata da Josh Thomas, e la sua funzione principale è "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FiniteScroller for YouTube
Scarica i file di estensione FiniteScroller for YouTube 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
A simple, lightweight Chrome extension that removes the infinite scrolling of the Youtube homepage, and replaces it with the former page system (rather than infinite content loading, you have to click "next"). I built this as I waste a lot of time scrolling down through the Youtube homepage - reverting back to pages ensures that I waste a lot less time each day. If you have any issues, reach out to me at: [email protected] Cheers! Josh
Informazioni di Base sull'Estensione
Nome | FiniteScroller for YouTube |
ID | kegkkfafbnhjegacodknmiinnhfbelmp |
URL Ufficiale | https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp |
Descrizione | Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system. |
Dimensione del File | 7.17 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.3.10 |
Ultimo Aggiornamento | 2021-09-15 |
Data di Pubblicazione | 2021-09-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Josh Thomas |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FiniteScroller for YouTube", "version": "1.3.10", "description": "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.youtube.com\/" ] } ] } |