Force Scroll

Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…

Qu'est-ce que Force Scroll ?

Force Scroll est une extension Chrome développée par Neuraseer, et sa fonction principale est "Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Force Scroll

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

                        Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are detected). 

Simply click the 4 arrow icon to activate scrolling.                    

Informations de Base sur l'Extension

Nom Force Scroll Force Scroll
ID kncpohgclhdhcjcfbpfclpnohckakaie
URL Officiel https://chromewebstore.google.com/detail/force-scroll/kncpohgclhdhcjcfbpfclpnohckakaie
Description Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…
Taille du Fichier 89.21 KB
Nombre d'Installations 581
Version Actuelle 0.1
Dernière Mise à Jour 2020-12-24
Date de Publication 2020-12-23
Évaluation 3.67/5 Total 15 Évaluations
Développeur Neuraseer
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Scroll",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jQuery.js",
                "content.js"
            ]
        }
    ]
}