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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}