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 هو إضافة Chrome تم تطويرها بواسطة Alexey Cherdantsev، والميزة الرئيسية لها هي "This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Scroll unlocker

قم بتنزيل ملفات الامتداد Scroll unlocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}