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
官方網址 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"
}