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
Eメール [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"
}