Auto Scroll Chrome

Auto Scroll Chrome Extension

What is Auto Scroll Chrome?

Auto Scroll Chrome is a Chrome extension developed by autoscrollchrome.com, and its main feature is "Auto Scroll Chrome Extension".

Extension Screenshots

screenshot

Download Auto Scroll Chrome Extension CRX File

Download Auto Scroll Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Auto Scroll Chrome Auto Scroll Chrome
ID lmcjmglhbkaokoblmokmjglaifkacefn
Official URL https://chrome.google.com/webstore/detail/auto-scroll-chrome/lmcjmglhbkaokoblmokmjglaifkacefn
Description Auto Scroll Chrome Extension
File Size 143 KB
Installation Count 4,000
Current Version 1.6
Last Updated 2017-06-03
Publish Date 2017-06-03
Rating 3.21/5 Total 29 Ratings
Developer autoscrollchrome.com
Payment Type free
Extension Website https://www.facebook.com/pagespeed.services/
Supported Languages 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"
    }
}