Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

Qu'est-ce que Infinite Scroll Blocker ?

Infinite Scroll Blocker est une extension Chrome développée par https://jcpretorius.com, et sa fonction principale est "Stop unintentional scrolling on all websites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Infinite Scroll Blocker

Téléchargez les fichiers d'extension Infinite Scroll Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Infinite Scroll Blocker Infinite Scroll Blocker
ID pbpfkabjjkbnenfmpcnkpfiabplihndp
URL Officiel https://chromewebstore.google.com/detail/infinite-scroll-blocker/pbpfkabjjkbnenfmpcnkpfiabplihndp
Description Stop unintentional scrolling on all websites.
Taille du Fichier 551 KB
Nombre d'Installations 286
Version Actuelle 1.2
Dernière Mise à Jour 2021-10-04
Date de Publication 2019-07-06
Évaluation 3.79/5 Total 14 Évaluations
Développeur https://jcpretorius.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://projects.jcpretorius.com/infinite-scroll-blocker
URL de la Page d'Aide https://twitter.com/jacob_pretorius
Langues Prises en Charge 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"
}