No Auto Scroll

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

Was ist No Auto Scroll?

No Auto Scroll ist eine Chrome-Erweiterung, die von V entwickelt wurde, und ihr Hauptmerkmal ist "Stops auto scroll (aka smooth scroll) from activating on middle mouse click.".

Erweiterungsscreenshots

screenshot

No Auto Scroll-Erweiterungs-CRX-Datei herunterladen

Laden Sie No Auto Scroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name No Auto Scroll No Auto Scroll
ID oeplmakppkomhkgoaieajhcbfogjhmdi
Offizielle URL https://chromewebstore.google.com/detail/no-auto-scroll/oeplmakppkomhkgoaieajhcbfogjhmdi
Beschreibung Stops auto scroll (aka smooth scroll) from activating on middle mouse click.
Dateigröße 16.35 KB
Installationsanzahl 674
Aktuelle Version 1.2
Letztes Update 2024-01-13
Veröffentlichungsdatum 2019-10-28
Bewertung 4.27/5 Insgesamt 11 Bewertungen
Entwickler V
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}