FiniteScroller for YouTube
Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Co je FiniteScroller for YouTube?
FiniteScroller for YouTube je rozšíření Chrome vyvinuté Josh Thomas, a jeho hlavní funkcí je „Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FiniteScroller for YouTube
Stáhněte si soubory rozšíření FiniteScroller for YouTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | FiniteScroller for YouTube |
ID | kegkkfafbnhjegacodknmiinnhfbelmp |
Oficiální URL | https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp |
Popis | Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system. |
Velikost souboru | 7.17 KB |
Počet instalací | 27 |
Aktuální Verze | 1.3.10 |
Poslední Aktualizace | 2021-09-15 |
Datum Vydání | 2021-09-07 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Josh Thomas |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } ] } |