Dont touch my scroll!

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

Qu'est-ce que Dont touch my scroll! ?

Dont touch my scroll! est une extension Chrome développée par levibostian, et sa fonction principale est "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.".

Télécharger le fichier CRX de l'extension Dont touch my scroll!

Téléchargez les fichiers d'extension Dont touch my scroll! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Dont touch my scroll! Dont touch my scroll!
ID agffceidadmikohochleakchamfdbpgi
URL Officiel https://chromewebstore.google.com/detail/dont-touch-my-scroll/agffceidadmikohochleakchamfdbpgi
Description Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.
Taille du Fichier 3.35 KB
Nombre d'Installations 110
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-08-14
Date de Publication 2016-08-13
Évaluation 4.30/5 Total 10 Évaluations
Développeur levibostian
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}