AutoScroller

This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…

What is AutoScroller?

AutoScroller is a Chrome extension developed by Kevin Tu, and its main feature is "This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…".

Download AutoScroller Extension CRX File

Download AutoScroller 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

                        This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are:

'=' to start scrolling
'-' to stop scrolling
'[' to slow down
']' to speed up

Useful for reading news articles or blogs while you have your hands occupied, this extension is completely free and is as convenient as can be.                    

Extension Basic Information

Name AutoScroller AutoScroller
ID kmilpmelkapdakbppjdlcekddigpclah
Official URL https://chromewebstore.google.com/detail/autoscroller/kmilpmelkapdakbppjdlcekddigpclah
Description This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…
File Size 3.26 MB
Installation Count 136
Current Version 0.1
Last Updated 2017-06-17
Publish Date 2017-06-17
Rating 3.00/5 Total 2 Ratings
Developer Kevin Tu
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoScroller",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "100.png",
        "200.png",
        "300.png",
        "400.png",
        "500.png",
        "600.png",
        "700.png",
        "800.png",
        "900.png",
        "1000.png",
        "1100.png",
        "1200.png",
        "1300.png",
        "1400.png",
        "1500.png",
        "1600.png",
        "1700.png",
        "1800.png",
        "1900.png",
        "2000.png",
        "PNG [Large].png",
        "PNG [100 X 100].png",
        "imgres-1.jpg"
    ],
    "browser_action": {
        "default_icon": "PNG [Large].png"
    }
}