Auto Scroll Chrome

Auto Scroll Chrome Extension

ما هو Auto Scroll Chrome؟

Auto Scroll Chrome هو إضافة Chrome تم تطويرها بواسطة autoscrollchrome.com، والميزة الرئيسية لها هي "Auto Scroll Chrome Extension".

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

screenshot

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

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

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

                        Auto Scroll Google Chrome Extension Plugin

Are you tired of mechanical scrolling slavery? We know how annoying and tiring it is.. Let's end this boring routine by adding this extension within seconds. It perfectly fits social reading like Facebook, Pinterest, news or even books! Working or busy hands? In front of TV? Party?! We will leave it for you and your colorful imagination.

- Fast
- No adds or payments
- Three different speeds
- One click stop (press anywhere to stop it)

* Please RESTART your browser before using it!

Enjoy.                    

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

الاسم Auto Scroll Chrome Auto Scroll Chrome
ID lmcjmglhbkaokoblmokmjglaifkacefn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/auto-scroll-chrome/lmcjmglhbkaokoblmokmjglaifkacefn
الوصف Auto Scroll Chrome Extension
حجم الملف 143 KB
عدد التثبيتات 4,000
النسخة الحالية 1.6
آخر تحديث 2017-06-03
تاريخ النشر 2017-06-03
تقييم 3.21/5 مجموع تقييمات 29
المطور autoscrollchrome.com
نوع الدفع free
موقع الإضافة https://www.facebook.com/pagespeed.services/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Scroll Chrome",
    "version": "1.6",
    "description": "Auto Scroll Chrome Extension",
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "All_frames": false
        }
    ],
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "50.png",
        "128": "128.png"
    }
}