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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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