FiniteScroller for YouTube

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

O que é FiniteScroller for YouTube?

FiniteScroller for YouTube é uma extensão do Chrome desenvolvida por Josh Thomas, e sua principal característica é "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FiniteScroller for YouTube

Baixe arquivos de extensão FiniteScroller for YouTube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FiniteScroller for YouTube FiniteScroller for YouTube
ID kegkkfafbnhjegacodknmiinnhfbelmp
URL Oficial https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp
Descrição Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Tamanho do Arquivo 7.17 KB
Contagem de Instalações 27
Versão Atual 1.3.10
Última Atualização 2021-09-15
Data de Publicação 2021-09-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Josh Thomas
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
            ]
        }
    ]
}