Autoscroll

Use Ctrl+Up/Down arrows to make pages scroll continously.

What is Autoscroll?

Autoscroll is a Chrome extension developed by https://mrogalski.eu, and its main feature is "Use Ctrl+Up/Down arrows to make pages scroll continously.".

Extension Screenshots

screenshot

Download Autoscroll Extension CRX File

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

                        Scroller is an extension that automatically scrolls webpages. Use Ctrl + arrows to adjust scrolling speed or set default values using icon on the top bar.                    

Extension Basic Information

Name Autoscroll Autoscroll
ID cokfegjeoaflhjkloplfpjgnmlhbfkhp
Official URL https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp
Description Use Ctrl+Up/Down arrows to make pages scroll continously.
File Size 22.91 KB
Installation Count 2,108
Current Version 1.2
Last Updated 2013-04-27
Publish Date 2013-04-27
Rating 3.64/5 Total 33 Ratings
Developer https://mrogalski.eu
Payment Type free
Extension Website http://mrogalski.eu/
Supported Languages en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Use Ctrl+Up\/Down arrows to make pages scroll continously."
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Use Ctrl+Up\/Down arrows to make pages scroll continously.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Autoscroll",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scroller.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2"
}