Dont touch my scroll!

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

¿Qué es Dont touch my scroll!?

Dont touch my scroll! es una extensión de Chrome desarrollada por levibostian, y su función principal es "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.".

Descargar Archivo CRX de la Extensión Dont touch my scroll!

Descarga archivos de extensión Dont touch my scroll! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Dont touch my scroll! Dont touch my scroll!
ID agffceidadmikohochleakchamfdbpgi
URL Oficial https://chromewebstore.google.com/detail/dont-touch-my-scroll/agffceidadmikohochleakchamfdbpgi
Descripción Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.
Tamaño del Archivo 3.35 KB
Cantidad de Instalaciones 110
Versión Actual 0.1.0
Última Actualización 2016-08-14
Fecha de Publicación 2016-08-13
Calificación 4.30/5 Total de 10 Calificaciones
Desarrollador levibostian
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}