Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

¿Qué es Infinite Scroll Blocker?

Infinite Scroll Blocker es una extensión de Chrome desarrollada por https://jcpretorius.com, y su función principal es "Stop unintentional scrolling on all websites.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Infinite Scroll Blocker

Descarga archivos de extensión Infinite Scroll Blocker 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

                        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.                    

Información Básica de la Extensión

Nombre Infinite Scroll Blocker Infinite Scroll Blocker
ID pbpfkabjjkbnenfmpcnkpfiabplihndp
URL Oficial https://chromewebstore.google.com/detail/infinite-scroll-blocker/pbpfkabjjkbnenfmpcnkpfiabplihndp
Descripción Stop unintentional scrolling on all websites.
Tamaño del Archivo 551 KB
Cantidad de Instalaciones 286
Versión Actual 1.2
Última Actualización 2021-10-04
Fecha de Publicación 2019-07-06
Calificación 3.79/5 Total de 14 Calificaciones
Desarrollador https://jcpretorius.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://projects.jcpretorius.com/infinite-scroll-blocker
URL de la Página de Ayuda https://twitter.com/jacob_pretorius
Idiomas Soportados 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"
}