Force Scroll

Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…

Force Scrollคืออะไร?

Force Scroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Neuraseer และคุณลักษณะหลักของมันคือ "Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Force Scroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are detected). 

Simply click the 4 arrow icon to activate scrolling.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Force Scroll Force Scroll
ID kncpohgclhdhcjcfbpfclpnohckakaie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/force-scroll/kncpohgclhdhcjcfbpfclpnohckakaie
คำอธิบาย Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…
ขนาดไฟล์ 89.21 KB
จำนวนการติดตั้ง 581
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-12-24
วันที่เผยแพร่ 2020-12-23
คะแนน 3.67/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Neuraseer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Scroll",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jQuery.js",
                "content.js"
            ]
        }
    ]
}