Scroll++

A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.

ما هو Scroll++؟

Scroll++ هو إضافة Chrome تم تطويرها بواسطة zoutepopcorn، والميزة الرئيسية لها هي "A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.".

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

screenshot

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

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

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

                                            

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

الاسم Scroll++ Scroll++
ID kkbkeemffgiheholedniiicjhipnpdlp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/kkbkeemffgiheholedniiicjhipnpdlp
الوصف A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.
حجم الملف 1.59 MB
عدد التثبيتات 48
النسخة الحالية 0.1.1
آخر تحديث 2017-01-31
تاريخ النشر 2017-01-31
المطور zoutepopcorn
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll++",
    "description": "A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.",
    "version": "0.1.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "",
        "pageCapture",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup.html"
    }
}