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
Eメール [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"
    }
}