Force Scroll

Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…

ما هو Force Scroll؟

Force Scroll هو إضافة Chrome تم تطويرها بواسطة Neuraseer، والميزة الرئيسية لها هي "Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…".

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

screenshot

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

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

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

                        Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are detected). 

Simply click the 4 arrow icon to activate scrolling.                    

معلومات أساسية عن التمديد

الاسم Force Scroll Force Scroll
ID kncpohgclhdhcjcfbpfclpnohckakaie
عنوان URL الرسمي https://chromewebstore.google.com/detail/force-scroll/kncpohgclhdhcjcfbpfclpnohckakaie
الوصف Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…
حجم الملف 89.21 KB
عدد التثبيتات 581
النسخة الحالية 0.1
آخر تحديث 2020-12-24
تاريخ النشر 2020-12-23
تقييم 3.67/5 مجموع تقييمات 15
المطور Neuraseer
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Scroll",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jQuery.js",
                "content.js"
            ]
        }
    ]
}