Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

Cos'è Infinite Scroll Blocker?

Infinite Scroll Blocker è un'estensione di Chrome sviluppata da https://jcpretorius.com, e la sua funzione principale è "Stop unintentional scrolling on all websites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Infinite Scroll Blocker

Scarica i file di estensione Infinite Scroll Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Infinite Scroll Blocker Infinite Scroll Blocker
ID pbpfkabjjkbnenfmpcnkpfiabplihndp
URL Ufficiale https://chromewebstore.google.com/detail/infinite-scroll-blocker/pbpfkabjjkbnenfmpcnkpfiabplihndp
Descrizione Stop unintentional scrolling on all websites.
Dimensione del File 551 KB
Conteggio Installazioni 286
Versione Corrente 1.2
Ultimo Aggiornamento 2021-10-04
Data di Pubblicazione 2019-07-06
Valutazione 3.79/5 Totale 14 Valutazioni
Sviluppatore https://jcpretorius.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://projects.jcpretorius.com/infinite-scroll-blocker
URL della Pagina di Aiuto https://twitter.com/jacob_pretorius
Lingue Supportate 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"
}