Dont touch my scroll!

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

Wat is Dont touch my scroll!?

Dont touch my scroll! is een Chrome-extensie ontwikkeld door levibostian, en de belangrijkste functie is "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.".

Download het CRX-bestand van de extensie Dont touch my scroll!

Download Dont touch my scroll!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Dont touch my scroll! Dont touch my scroll!
ID agffceidadmikohochleakchamfdbpgi
Officiële URL https://chromewebstore.google.com/detail/dont-touch-my-scroll/agffceidadmikohochleakchamfdbpgi
Beschrijving Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.
Bestandsgrootte 3.35 KB
Aantal Installaties 110
Huidige Versie 0.1.0
Laatst Bijgewerkt 2016-08-14
Publicatiedatum 2016-08-13
Beoordeling 4.30/5 Totaal 10 Beoordelingen
Ontwikkelaar levibostian
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}