Auto Scroller

Auto Scroll a tab

What is Auto Scroller?

Auto Scroller is a Chrome extension developed by Unknown, and its main feature is "Auto Scroll a tab".

Extension Screenshots

screenshot

Download Auto Scroller Extension CRX File

Download Auto Scroller 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 on a web page                    

Extension Basic Information

Name Auto Scroller Auto Scroller
ID dmgcigedmaojaebigkcedlehimkmcbnm
Official URL https://chromewebstore.google.com/detail/auto-scroller/dmgcigedmaojaebigkcedlehimkmcbnm
Description Auto Scroll a tab
File Size 15.89 KB
Installation Count 1,876
Current Version 1.0
Last Updated 2019-07-16
Publish Date 2019-07-16
Rating 3.29/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Scroller",
    "description": "Auto Scroll a tab",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}