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 là gì?

Force Scroll là một tiện ích mở rộng Chrome được phát triển bởi Neuraseer, và tính năng chính của nó là "Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…".

Ả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 Force Scroll

Tải xuống các tệp mở rộng Force Scroll 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

                        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.                    

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

Tên Force Scroll Force Scroll
ID kncpohgclhdhcjcfbpfclpnohckakaie
URL Chính Thức https://chromewebstore.google.com/detail/force-scroll/kncpohgclhdhcjcfbpfclpnohckakaie
Mô tả Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…
Kích Thước Tệp 89.21 KB
Số Lần Cài Đặt 581
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-12-24
Ngày Phát Hành 2020-12-23
Đánh Giá 3.67/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Neuraseer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}