Autoscroll : Automatic Page Scrolling

An extension to help scroll a webpage

What is Autoscroll : Automatic Page Scrolling?

Autoscroll : Automatic Page Scrolling is a Chrome extension developed by Emil Vinod, and its main feature is "An extension to help scroll a webpage".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Autoscroll : Automatic Page Scrolling Extension CRX File

Download Autoscroll : Automatic Page Scrolling 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 extension is perfect for those who are tired of manually scrolling through long articles, websites, or social media posts. No more tired fingers from scrolling or losing your place on a page. With Autoscroll, you can simply set the pace that you prefer and let the extension do the rest :)

For a guide to the extension visit : https://sites.google.com/view/autoscrollguide/home                    

Extension Basic Information

Name Autoscroll : Automatic Page Scrolling Autoscroll : Automatic Page Scrolling
ID mofpoefmipkeaakcglcfamacffochlid
Official URL https://chromewebstore.google.com/detail/autoscroll-automatic-page/mofpoefmipkeaakcglcfamacffochlid
Description An extension to help scroll a webpage
File Size 191 KB
Installation Count 46
Current Version 0.0.1
Last Updated 2024-01-23
Publish Date 2023-11-23
Rating 4.20/5 Total 5 Ratings
Developer Emil Vinod
Email [email protected]
Payment Type free
Extension Website https://sites.google.com/view/autoscrollguide/home
Help Page URL https://sites.google.com/view/autoscrollguide/home
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autoscroll : Automatic Page Scrolling",
    "version": "0.0.1",
    "description": "An extension to help scroll a webpage",
    "icons": {
        "16": "Logo.png",
        "32": "Logo.png",
        "48": "Logo.png",
        "128": "Logo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "js": "scroll.js"
    },
    "permissions": [
        "activeTab"
    ]
}