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…

Wat is Force Scroll?

Force Scroll is een Chrome-extensie ontwikkeld door Neuraseer, en de belangrijkste functie is "Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Force Scroll

Download Force Scroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Force Scroll Force Scroll
ID kncpohgclhdhcjcfbpfclpnohckakaie
Officiële URL https://chromewebstore.google.com/detail/force-scroll/kncpohgclhdhcjcfbpfclpnohckakaie
Beschrijving Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…
Bestandsgrootte 89.21 KB
Aantal Installaties 581
Huidige Versie 0.1
Laatst Bijgewerkt 2020-12-24
Publicatiedatum 2020-12-23
Beoordeling 3.67/5 Totaal 15 Beoordelingen
Ontwikkelaar Neuraseer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}