FiniteScroller for YouTube

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

¿Qué es FiniteScroller for YouTube?

FiniteScroller for YouTube es una extensión de Chrome desarrollada por Josh Thomas, y su función principal es "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión FiniteScroller for YouTube

Descarga archivos de extensión FiniteScroller for YouTube en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre FiniteScroller for YouTube FiniteScroller for YouTube
ID kegkkfafbnhjegacodknmiinnhfbelmp
URL Oficial https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp
Descripción Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Tamaño del Archivo 7.17 KB
Cantidad de Instalaciones 27
Versión Actual 1.3.10
Última Actualización 2021-09-15
Fecha de Publicación 2021-09-07
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Josh Thomas
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/"
            ]
        }
    ]
}