FiniteScroller for YouTube

Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.

Was ist FiniteScroller for YouTube?

FiniteScroller for YouTube ist eine Chrome-Erweiterung, die von Josh Thomas entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".

Erweiterungsscreenshots

screenshot

FiniteScroller for YouTube-Erweiterungs-CRX-Datei herunterladen

Laden Sie FiniteScroller for YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name FiniteScroller for YouTube FiniteScroller for YouTube
ID kegkkfafbnhjegacodknmiinnhfbelmp
Offizielle URL https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp
Beschreibung Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Dateigröße 7.17 KB
Installationsanzahl 27
Aktuelle Version 1.3.10
Letztes Update 2021-09-15
Veröffentlichungsdatum 2021-09-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Josh Thomas
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
            ]
        }
    ]
}