No Auto Scroll

Stops auto scroll (aka smooth scroll) from activating on middle mouse click.

What is No Auto Scroll?

No Auto Scroll is a Chrome extension developed by V, and its main feature is "Stops auto scroll (aka smooth scroll) from activating on middle mouse click.".

Extension Screenshots

screenshot

Download No Auto Scroll Extension CRX File

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

                        Do you sometimes accidentally click the middle-mouse button and activate the "automatic scrolling" feature?

If yes, then this extension prevents the activation of the auto-scroll behavior when you click on middle mouse button by mistake.                    

Extension Basic Information

Name No Auto Scroll No Auto Scroll
ID oeplmakppkomhkgoaieajhcbfogjhmdi
Official URL https://chromewebstore.google.com/detail/no-auto-scroll/oeplmakppkomhkgoaieajhcbfogjhmdi
Description Stops auto scroll (aka smooth scroll) from activating on middle mouse click.
File Size 16.35 KB
Installation Count 674
Current Version 1.2
Last Updated 2024-01-13
Publish Date 2019-10-28
Rating 4.27/5 Total 11 Ratings
Developer V
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Auto Scroll",
    "version": "1.2",
    "description": "Stops auto scroll (aka smooth scroll) from activating on middle mouse click.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "noAutoScroll.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "manifest_version": 3
}