AutoScroll

This extension is a basic extension to scroll any page automatically for every 3 secs

ما هو AutoScroll؟

AutoScroll هو إضافة Chrome تم تطويرها بواسطة sanatom، والميزة الرئيسية لها هي "This extension is a basic extension to scroll any page automatically for every 3 secs".

تحميل ملف CRX للإضافة AutoScroll

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

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

                        This extension is developed for those who involve in extensive scrolling of webpages. This lets you to automatically scroll the webpage if scroll bar is available.                    

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

الاسم AutoScroll AutoScroll
ID bkbnpehigfkkkpeohecjmckohmjcafjd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd
الوصف This extension is a basic extension to scroll any page automatically for every 3 secs
حجم الملف 5.92 KB
عدد التثبيتات 50
النسخة الحالية 1.0
آخر تحديث 2015-05-10
تاريخ النشر 2015-05-10
المطور sanatom
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoScroll",
    "description": "This extension is a basic extension to scroll any page automatically for every 3 secs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "autoscroll.png",
        "default_popup": "scroll.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}