Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

Vad är Infinite Scroll Blocker?

Infinite Scroll Blocker är en Chrome-tillägg utvecklad av https://jcpretorius.com, och dess huvudfunktion är "Stop unintentional scrolling on all websites.".

Tilläggsskärmbilder

screenshot

Ladda ner Infinite Scroll Blocker-förlängningens CRX-fil

Ladda ner Infinite Scroll Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Infinite Scroll Blocker Infinite Scroll Blocker
ID pbpfkabjjkbnenfmpcnkpfiabplihndp
Officiell webbadress https://chromewebstore.google.com/detail/infinite-scroll-blocker/pbpfkabjjkbnenfmpcnkpfiabplihndp
Beskrivning Stop unintentional scrolling on all websites.
Filstorlek 551 KB
Antal Installationer 286
Aktuell Version 1.2
Senast Uppdaterad 2021-10-04
Publiceringsdatum 2019-07-06
Betyg 3.79/5 Totalt 14 Betyg
Utvecklare https://jcpretorius.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://projects.jcpretorius.com/infinite-scroll-blocker
Hjälpsida URL https://twitter.com/jacob_pretorius
Stödda Språk 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"
}