No Auto Scroll

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

Qu'est-ce que No Auto Scroll ?

No Auto Scroll est une extension Chrome développée par V, et sa fonction principale est "Stops auto scroll (aka smooth scroll) from activating on middle mouse click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension No Auto Scroll

Téléchargez les fichiers d'extension No Auto Scroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom No Auto Scroll No Auto Scroll
ID oeplmakppkomhkgoaieajhcbfogjhmdi
URL Officiel https://chromewebstore.google.com/detail/no-auto-scroll/oeplmakppkomhkgoaieajhcbfogjhmdi
Description Stops auto scroll (aka smooth scroll) from activating on middle mouse click.
Taille du Fichier 16.35 KB
Nombre d'Installations 674
Version Actuelle 1.2
Dernière Mise à Jour 2024-01-13
Date de Publication 2019-10-28
Évaluation 4.27/5 Total 11 Évaluations
Développeur V
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}