Dont touch my scroll!

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

O que é Dont touch my scroll!?

Dont touch my scroll! é uma extensão do Chrome desenvolvida por levibostian, e sua principal característica é "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.".

Baixar o arquivo CRX da Extensão Dont touch my scroll!

Baixe arquivos de extensão Dont touch my scroll! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Dont touch my scroll! Dont touch my scroll!
ID agffceidadmikohochleakchamfdbpgi
URL Oficial https://chromewebstore.google.com/detail/dont-touch-my-scroll/agffceidadmikohochleakchamfdbpgi
Descrição Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.
Tamanho do Arquivo 3.35 KB
Contagem de Instalações 110
Versão Atual 0.1.0
Última Atualização 2016-08-14
Data de Publicação 2016-08-13
Classificação 4.30/5 Total de 10 Avaliações
Desenvolvedor levibostian
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}