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是由Neuraseer开发的Chrome扩展程序,该扩展的主要功能是“Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…”。

扩展截图

screenshot

下载Force Scroll扩展crx文件

下载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"
            ]
        }
    ]
}