Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

Was ist Infinite Scroll Blocker?

Infinite Scroll Blocker ist eine Chrome-Erweiterung, die von https://jcpretorius.com entwickelt wurde, und ihr Hauptmerkmal ist "Stop unintentional scrolling on all websites.".

Erweiterungsscreenshots

screenshot

Infinite Scroll Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Infinite Scroll Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Infinite Scroll Blocker Infinite Scroll Blocker
ID pbpfkabjjkbnenfmpcnkpfiabplihndp
Offizielle URL https://chromewebstore.google.com/detail/infinite-scroll-blocker/pbpfkabjjkbnenfmpcnkpfiabplihndp
Beschreibung Stop unintentional scrolling on all websites.
Dateigröße 551 KB
Installationsanzahl 286
Aktuelle Version 1.2
Letztes Update 2021-10-04
Veröffentlichungsdatum 2019-07-06
Bewertung 3.79/5 Insgesamt 14 Bewertungen
Entwickler https://jcpretorius.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://projects.jcpretorius.com/infinite-scroll-blocker
Hilfeseite URL https://twitter.com/jacob_pretorius
Unterstützte Sprachen 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"
}