No Auto Scroll

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

Apa itu No Auto Scroll?

No Auto Scroll adalah ekstensi Chrome yang dikembangkan oleh V, dan fitur utamanya adalah "Stops auto scroll (aka smooth scroll) from activating on middle mouse click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi No Auto Scroll

Unduh file ekstensi No Auto Scroll dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama No Auto Scroll No Auto Scroll
ID oeplmakppkomhkgoaieajhcbfogjhmdi
URL Resmi https://chromewebstore.google.com/detail/no-auto-scroll/oeplmakppkomhkgoaieajhcbfogjhmdi
Deskripsi Stops auto scroll (aka smooth scroll) from activating on middle mouse click.
Ukuran File 16.35 KB
Jumlah Instalasi 674
Versi Saat Ini 1.2
Terakhir Diperbarui 2024-01-13
Tanggal Publikasi 2019-10-28
Penilaian 4.27/5 Total 11 Penilaian
Pengembang V
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}