Stop Smooth Scrolling

Stop smooth scrolling

Qu'est-ce que Stop Smooth Scrolling ?

Stop Smooth Scrolling est une extension Chrome développée par Gea-Suan Lin, et sa fonction principale est "Stop smooth scrolling".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stop Smooth Scrolling

Téléchargez les fichiers d'extension Stop Smooth Scrolling 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

                        Stop smooth scrolling.

You disabled smooth scrolling, and website emulates with god damn JavaScript.  We can stop it.

GitHub: https://github.com/gslin/stop-smooth-scrolling                    

Informations de Base sur l'Extension

Nom Stop Smooth Scrolling Stop Smooth Scrolling
ID dolloijeimbmocbhcjglaobngibnhfij
URL Officiel https://chromewebstore.google.com/detail/stop-smooth-scrolling/dolloijeimbmocbhcjglaobngibnhfij
Description Stop smooth scrolling
Taille du Fichier 70.81 KB
Nombre d'Installations 518
Version Actuelle 0.2018.1017.2
Dernière Mise à Jour 2018-10-17
Date de Publication 2018-10-17
Évaluation 4.39/5 Total 33 Évaluations
Développeur Gea-Suan Lin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gslin/stop-smooth-scrolling
URL de la Page de Politique de Confidentialité https://wiki.gslin.org/wiki/Google_Web_Store/Privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Smooth Scrolling",
    "version": "0.2018.1017.2",
    "description": "Stop smooth scrolling",
    "icons": {
        "128": "mouse_wheel-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "src\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}