Dont touch my scroll!

Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.

Apa itu Dont touch my scroll!?

Dont touch my scroll! adalah ekstensi Chrome yang dikembangkan oleh levibostian, dan fitur utamanya adalah "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.".

Unduh Berkas CRX Ekstensi Dont touch my scroll!

Unduh file ekstensi Dont touch my 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 get annoyed when you view a website and as you scroll it scrolls too fast or too slow? Don't touch my scroll! disables websites from messing with your computer's scroll so each and every website scrolls like normal. 

Made by: Levi Bostian @levibostian

https://github.com/levibostian/DontTouchMyScroll-Chrome                    

Informasi Dasar Ekstensi

Nama Dont touch my scroll! Dont touch my scroll!
ID agffceidadmikohochleakchamfdbpgi
URL Resmi https://chromewebstore.google.com/detail/dont-touch-my-scroll/agffceidadmikohochleakchamfdbpgi
Deskripsi Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.
Ukuran File 3.35 KB
Jumlah Instalasi 110
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2016-08-14
Tanggal Publikasi 2016-08-13
Penilaian 4.30/5 Total 10 Penilaian
Pengembang levibostian
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dont touch my scroll!",
    "description": "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.",
    "author": "Levi Bostian",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "disable_scroll.js"
            ]
        }
    ]
}