Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

什么是Infinite Scroll Blocker?

Infinite Scroll Blocker是由https://jcpretorius.com开发的Chrome扩展程序,该扩展的主要功能是“Stop unintentional scrolling on all websites.”。

扩展截图

screenshot

下载Infinite Scroll Blocker扩展crx文件

下载Infinite Scroll Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Infinite Scroll Blocker Infinite Scroll Blocker
ID pbpfkabjjkbnenfmpcnkpfiabplihndp
官方URL https://chromewebstore.google.com/detail/infinite-scroll-blocker/pbpfkabjjkbnenfmpcnkpfiabplihndp
简介 Stop unintentional scrolling on all websites.
文件大小 551 KB
安装次数 286
当前版本 1.2
更新时间 2021-10-04
上架时间 2019-07-06
评分 3.79/5 共14次评分
开发者 https://jcpretorius.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://projects.jcpretorius.com/infinite-scroll-blocker
帮助页面URL https://twitter.com/jacob_pretorius
支持的语言 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"
}