Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

Wat is Infinite Scroll Blocker?

Infinite Scroll Blocker is een Chrome-extensie ontwikkeld door https://jcpretorius.com, en de belangrijkste functie is "Stop unintentional scrolling on all websites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Infinite Scroll Blocker

Download Infinite Scroll Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Infinite Scroll Blocker Infinite Scroll Blocker
ID pbpfkabjjkbnenfmpcnkpfiabplihndp
Officiële URL https://chromewebstore.google.com/detail/infinite-scroll-blocker/pbpfkabjjkbnenfmpcnkpfiabplihndp
Beschrijving Stop unintentional scrolling on all websites.
Bestandsgrootte 551 KB
Aantal Installaties 286
Huidige Versie 1.2
Laatst Bijgewerkt 2021-10-04
Publicatiedatum 2019-07-06
Beoordeling 3.79/5 Totaal 14 Beoordelingen
Ontwikkelaar https://jcpretorius.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://projects.jcpretorius.com/infinite-scroll-blocker
Help Pagina-URL https://twitter.com/jacob_pretorius
Ondersteunde Talen 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"
}