Scroll unlocker

This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar

什么是Scroll unlocker?

Scroll unlocker是由Alexey Cherdantsev开发的Chrome扩展程序,该扩展的主要功能是“This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar”。

扩展截图

screenshot
screenshot

下载Scroll unlocker扩展crx文件

下载Scroll unlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension bringing ability to scroll content on those websites which scroll function is blocked by paywalls or something similar                    

扩展基本信息

名称 Scroll unlocker Scroll unlocker
ID ifjbfjemboancgpjempjffkjjplimebi
官方URL https://chromewebstore.google.com/detail/scroll-unlocker/ifjbfjemboancgpjempjffkjjplimebi
简介 This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar
文件大小 12.26 KB
安装次数 171
当前版本 1.0.2
更新时间 2023-04-18
上架时间 2020-06-27
评分 5.00/5 共2次评分
开发者 Alexey Cherdantsev
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scroll unlocker",
    "description": "This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar",
    "version": "1.0.2",
    "default_locale": "en",
    "author": "Alexey Cherdantsev. [email protected]",
    "background": {
        "service_worker": "scroll_unlock.js"
    },
    "action": {
        "default_icon": "128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "128.png"
    }
}