FiniteScroller for YouTube

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

Vad är FiniteScroller for YouTube?

FiniteScroller for YouTube är en Chrome-tillägg utvecklad av Josh Thomas, och dess huvudfunktion är "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".

Tilläggsskärmbilder

screenshot

Ladda ner FiniteScroller for YouTube-förlängningens CRX-fil

Ladda ner FiniteScroller for YouTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn FiniteScroller for YouTube FiniteScroller for YouTube
ID kegkkfafbnhjegacodknmiinnhfbelmp
Officiell webbadress https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp
Beskrivning Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Filstorlek 7.17 KB
Antal Installationer 27
Aktuell Version 1.3.10
Senast Uppdaterad 2021-09-15
Publiceringsdatum 2021-09-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Josh Thomas
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
            ]
        }
    ]
}