Auto Scroll Down

Customizable auto scroll web pages

What is Auto Scroll Down?

Auto Scroll Down is a Chrome extension developed by fernandapg82, and its main feature is "Customizable auto scroll web pages".

Extension Screenshots

screenshot

Download Auto Scroll Down Extension CRX File

Download Auto Scroll Down 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

                        A speed-customizable auto-scroll Google Chrome extension. It allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast.                    

Extension Basic Information

Name Auto Scroll Down Auto Scroll Down
ID lnagemjinihjlbhmohaaacdflafjdkmm
Official URL https://chromewebstore.google.com/detail/auto-scroll-down/lnagemjinihjlbhmohaaacdflafjdkmm
Description Customizable auto scroll web pages
File Size 8.05 KB
Installation Count 951
Current Version 0.0.1
Last Updated 2023-05-10
Publish Date 2023-05-09
Rating 4.00/5 Total 4 Ratings
Developer fernandapg82
Email [email protected]
Payment Type free
Extension Website https://github.com/FP22FD/auto-scroll-down-chrome-extension
Help Page URL https://github.com/FP22FD/auto-scroll-down-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Scroll Down",
    "version": "0.0.1",
    "description": "Customizable auto scroll web pages",
    "icons": {
        "48": "icons\/autoscroll.png",
        "128": "icons\/autoscroll.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "icons\/autoscroll.png",
            "128": "icons\/autoscroll.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    },
    "options_page": "options\/options.html"
}