Scroller

Chrome extension that scrolls up, down, left and right.

What is Scroller?

Scroller is a Chrome extension developed by Studio Hitsu, and its main feature is "Chrome extension that scrolls up, down, left and right.".

Extension Screenshots

screenshot

Download Scroller Extension CRX File

Download 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

                        Scroller is a simple auto-scroller that allows you to scroll up, down, left, right with various speeds.                    

Extension Basic Information

Name Scroller Scroller
ID aeapffmgbamdjlckmheidmpmjhkagagm
Official URL https://chromewebstore.google.com/detail/scroller/aeapffmgbamdjlckmheidmpmjhkagagm
Description Chrome extension that scrolls up, down, left and right.
File Size 10.87 KB
Installation Count 38
Current Version 1.0
Last Updated 2022-02-22
Publish Date 2022-02-22
Developer Studio Hitsu
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroller",
    "description": "Chrome extension that scrolls up, down, left and right.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/scroller16.png",
            "32": "\/images\/scroller32.png",
            "48": "\/images\/scroller48.png",
            "128": "\/images\/scroller128.png"
        }
    },
    "icons": {
        "16": "\/images\/scroller16.png",
        "32": "\/images\/scroller32.png",
        "48": "\/images\/scroller48.png",
        "128": "\/images\/scroller128.png"
    }
}