FiniteScroller for YouTube
Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Hvad er FiniteScroller for YouTube?
FiniteScroller for YouTube er en Chrome-udvidelse udviklet af Josh Thomas, og dens hovedfunktion er "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".
Udvidelsesskærmbilleder
Download FiniteScroller for YouTube-udvidelses-CRX-fil
Download FiniteScroller for YouTube-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
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
Grundlæggende oplysninger om udvidelsen
Navn | FiniteScroller for YouTube |
ID | kegkkfafbnhjegacodknmiinnhfbelmp |
Officiel URL | https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp |
Beskrivelse | Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system. |
Filstørrelse | 7.17 KB |
Antal Installationer | 27 |
Nuværende Version | 1.3.10 |
Senest Opdateret | 2021-09-15 |
Udgivelsesdato | 2021-09-07 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Josh Thomas |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } ] } |