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…

Cos'è Force Scroll?

Force Scroll è un'estensione di Chrome sviluppata da Neuraseer, e la sua funzione principale è "Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Force Scroll

Scarica i file di estensione Force Scroll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Force Scroll Force Scroll
ID kncpohgclhdhcjcfbpfclpnohckakaie
URL Ufficiale https://chromewebstore.google.com/detail/force-scroll/kncpohgclhdhcjcfbpfclpnohckakaie
Descrizione Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…
Dimensione del File 89.21 KB
Conteggio Installazioni 581
Versione Corrente 0.1
Ultimo Aggiornamento 2020-12-24
Data di Pubblicazione 2020-12-23
Valutazione 3.67/5 Totale 15 Valutazioni
Sviluppatore Neuraseer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}