Dont touch my scroll!

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

Cos'è Dont touch my scroll!?

Dont touch my scroll! è un'estensione di Chrome sviluppata da levibostian, e la sua funzione principale è "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.".

Scarica il file CRX dell'estensione Dont touch my scroll!

Scarica i file di estensione Dont touch my scroll! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Dont touch my scroll! Dont touch my scroll!
ID agffceidadmikohochleakchamfdbpgi
URL Ufficiale https://chromewebstore.google.com/detail/dont-touch-my-scroll/agffceidadmikohochleakchamfdbpgi
Descrizione Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.
Dimensione del File 3.35 KB
Conteggio Installazioni 110
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-08-14
Data di Pubblicazione 2016-08-13
Valutazione 4.30/5 Totale 10 Valutazioni
Sviluppatore levibostian
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}