Infinite Scroll Blocker

Stop unintentional scrolling on all websites.

Infinite Scroll Blockerคืออะไร?

Infinite Scroll Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jcpretorius.com และคุณลักษณะหลักของมันคือ "Stop unintentional scrolling on all websites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Infinite Scroll Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}