No smooth scroll 3

This extension will stop autoscroll (aka smoothscroll) from activating on middle mouse click

Wat is No smooth scroll 3?

No smooth scroll 3 is een Chrome-extensie ontwikkeld door ayanamist, en de belangrijkste functie is "This extension will stop autoscroll (aka smoothscroll) from activating on middle mouse click".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie No smooth scroll 3

Download No smooth scroll 3-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension will stop autoscroll (aka smoothscroll) from activating on middle mouse click                    

Basisinformatie over de Extensie

Naam No smooth scroll 3 No smooth scroll 3
ID hlkbldkhfaoceikkljcekkfnfdjbmnkk
Officiële URL https://chromewebstore.google.com/detail/no-smooth-scroll-3/hlkbldkhfaoceikkljcekkfnfdjbmnkk
Beschrijving This extension will stop autoscroll (aka smoothscroll) from activating on middle mouse click
Bestandsgrootte 13.61 KB
Aantal Installaties 84
Huidige Versie 1.1
Laatst Bijgewerkt 2023-05-20
Publicatiedatum 2023-05-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ayanamist
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ayanamist/NoSmoothScroll
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "noSmoothScroll.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "description": "This extension will stop autoscroll (aka smoothscroll) from activating on middle mouse click",
    "icons": {
        "128": "128x128.png",
        "48": "48x48.png",
        "16": "16x16.png"
    },
    "manifest_version": 3,
    "name": "No smooth scroll 3",
    "version": "1.1"
}