Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

Infinite Scroll Blocker là gì?

Infinite Scroll Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://jcpretorius.com, và tính năng chính của nó là "Stop unintentional scrolling on all websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Infinite Scroll Blocker

Tải xuống các tệp mở rộng Infinite Scroll Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Infinite Scroll Blocker Infinite Scroll Blocker
ID pbpfkabjjkbnenfmpcnkpfiabplihndp
URL Chính Thức https://chromewebstore.google.com/detail/infinite-scroll-blocker/pbpfkabjjkbnenfmpcnkpfiabplihndp
Mô tả Stop unintentional scrolling on all websites.
Kích Thước Tệp 551 KB
Số Lần Cài Đặt 286
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-10-04
Ngày Phát Hành 2019-07-06
Đánh Giá 3.79/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://jcpretorius.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://projects.jcpretorius.com/infinite-scroll-blocker
URL Trang Trợ Giúp https://twitter.com/jacob_pretorius
Ngôn Ngữ Được Hỗ Trợ 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"
}