Scroll unlocker

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

What is Scroll unlocker?

Scroll unlocker is a Chrome extension developed by Alexey Cherdantsev, and its main feature is "This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar".

Extension Screenshots

screenshot
screenshot

Download Scroll unlocker Extension CRX File

Download Scroll unlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Scroll unlocker Scroll unlocker
ID ifjbfjemboancgpjempjffkjjplimebi
Official URL https://chromewebstore.google.com/detail/scroll-unlocker/ifjbfjemboancgpjempjffkjjplimebi
Description This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar
File Size 12.26 KB
Installation Count 171
Current Version 1.0.2
Last Updated 2023-04-18
Publish Date 2020-06-27
Rating 5.00/5 Total 2 Ratings
Developer Alexey Cherdantsev
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}