Dont touch my scroll!

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

What is Dont touch my scroll!?

Dont touch my scroll! is a Chrome extension developed by levibostian, and its main feature is "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.".

Download Dont touch my scroll! Extension CRX File

Download Dont touch my scroll! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Dont touch my scroll! Dont touch my scroll!
ID agffceidadmikohochleakchamfdbpgi
Official URL https://chromewebstore.google.com/detail/dont-touch-my-scroll/agffceidadmikohochleakchamfdbpgi
Description Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.
File Size 3.35 KB
Installation Count 110
Current Version 0.1.0
Last Updated 2016-08-14
Publish Date 2016-08-13
Rating 4.30/5 Total 10 Ratings
Developer levibostian
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}