Dont touch my scroll!

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

Was ist Dont touch my scroll!?

Dont touch my scroll! ist eine Chrome-Erweiterung, die von levibostian entwickelt wurde, und ihr Hauptmerkmal ist "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.".

Dont touch my scroll!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dont touch my scroll!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Dont touch my scroll! Dont touch my scroll!
ID agffceidadmikohochleakchamfdbpgi
Offizielle URL https://chromewebstore.google.com/detail/dont-touch-my-scroll/agffceidadmikohochleakchamfdbpgi
Beschreibung Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.
Dateigröße 3.35 KB
Installationsanzahl 110
Aktuelle Version 0.1.0
Letztes Update 2016-08-14
Veröffentlichungsdatum 2016-08-13
Bewertung 4.30/5 Insgesamt 10 Bewertungen
Entwickler levibostian
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}