Scroll unlocker

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

Scroll unlocker là gì?

Scroll unlocker là một tiện ích mở rộng Chrome được phát triển bởi Alexey Cherdantsev, và tính năng chính của nó là "This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scroll unlocker

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

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

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

Tên Scroll unlocker Scroll unlocker
ID ifjbfjemboancgpjempjffkjjplimebi
URL Chính Thức https://chromewebstore.google.com/detail/scroll-unlocker/ifjbfjemboancgpjempjffkjjplimebi
Mô tả This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar
Kích Thước Tệp 12.26 KB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-04-18
Ngày Phát Hành 2020-06-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Alexey Cherdantsev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}