Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

O que é Infinite Scroll Blocker?

Infinite Scroll Blocker é uma extensão do Chrome desenvolvida por https://jcpretorius.com, e sua principal característica é "Stop unintentional scrolling on all websites.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Infinite Scroll Blocker

Baixe arquivos de extensão Infinite Scroll Blocker 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

                        Shows a full screen message when it catches you scrolling and scrolling.

This should work on any website including those with sneaky infinite loading updates, if however it is not working as interned on a specific website please let me know. I have tested it on most of the bigger sites.

This extension does not access, track, or collect any data whatsoever. The only local storage the extension uses is for the local extension settings, these settings do not leave your device.

Change log:
v1.2 - Add "Allowed sites" list, where the reminder is disabled.
v1.1 - Add setting to change reminder message text.                    

Informações Básicas da Extensão

Nome Infinite Scroll Blocker Infinite Scroll Blocker
ID pbpfkabjjkbnenfmpcnkpfiabplihndp
URL Oficial https://chromewebstore.google.com/detail/infinite-scroll-blocker/pbpfkabjjkbnenfmpcnkpfiabplihndp
Descrição Stop unintentional scrolling on all websites.
Tamanho do Arquivo 551 KB
Contagem de Instalações 286
Versão Atual 1.2
Última Atualização 2021-10-04
Data de Publicação 2019-07-06
Classificação 3.79/5 Total de 14 Avaliações
Desenvolvedor https://jcpretorius.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://projects.jcpretorius.com/infinite-scroll-blocker
URL da Página de Ajuda https://twitter.com/jacob_pretorius
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "InfiniteScrollBlocker.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "128.ico"
    },
    "author": "Jacob Pretorius",
    "name": "Infinite Scroll Blocker",
    "version": "1.2",
    "homepage_url": "https:\/\/projects.jcpretorius.com\/infinite-scroll-blocker",
    "description": "Stop unintentional scrolling on all websites.",
    "manifest_version": 2,
    "options_page": "settings.html"
}