Reader Scroller

Extension for scrolling down a page using for reading or seeing a tab on browser

What is Reader Scroller?

Reader Scroller is a Chrome extension developed by gcgonzalez99, and its main feature is "Extension for scrolling down a page using for reading or seeing a tab on browser".

Extension Screenshots

screenshot
screenshot

Download Reader Scroller Extension CRX File

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

                        If you are an enthusiastic or a manwha lovers, you should use this extension, this will help you to read making you dont need your mouse.

Imagine you are in your lunch time at work, and you are eating, and decide to read a manwha while you eat, with this extension you dont need to keep scrolling the page by your own, you can set a speed and control using the spacebar only.                    

Extension Basic Information

Name Reader Scroller Reader Scroller
ID jimnlnomkbenehcaljonifgfocnogkha
Official URL https://chromewebstore.google.com/detail/reader-scroller/jimnlnomkbenehcaljonifgfocnogkha
Description Extension for scrolling down a page using for reading or seeing a tab on browser
File Size 578 KB
Installation Count 251
Current Version 1.0.1
Last Updated 2022-06-21
Publish Date 2022-06-18
Rating 4.00/5 Total 4 Ratings
Developer gcgonzalez99
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reader Scroller",
    "description": "Extension for scrolling down a page using for reading or seeing a tab on browser",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        ""
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "scroller.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Reader Scroller",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "developer": {
        "name": "Guilherme Gonzalez",
        "url": "https:\/\/github.com\/guigonzalezz"
    }
}