Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

Co to jest Infinite Scroll Blocker?

Infinite Scroll Blocker to rozszerzenie Chrome opracowane przez https://jcpretorius.com, a jego główną funkcją jest „Stop unintentional scrolling on all websites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Infinite Scroll Blocker

Pobierz pliki rozszerzeń Infinite Scroll Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Infinite Scroll Blocker Infinite Scroll Blocker
ID pbpfkabjjkbnenfmpcnkpfiabplihndp
Oficjalny URL https://chromewebstore.google.com/detail/infinite-scroll-blocker/pbpfkabjjkbnenfmpcnkpfiabplihndp
Opis Stop unintentional scrolling on all websites.
Rozmiar pliku 551 KB
Liczba instalacji 286
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-10-04
Data Publikacji 2019-07-06
Ocena 3.79/5 Łącznie 14 Oceny
Deweloper https://jcpretorius.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://projects.jcpretorius.com/infinite-scroll-blocker
Adres URL Strony Pomocy https://twitter.com/jacob_pretorius
Obsługiwane Języki 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"
}