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…

Apa itu Force Scroll?

Force Scroll adalah ekstensi Chrome yang dikembangkan oleh Neuraseer, dan fitur utamanya adalah "Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Force Scroll

Unduh file ekstensi Force Scroll dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Force Scroll Force Scroll
ID kncpohgclhdhcjcfbpfclpnohckakaie
URL Resmi https://chromewebstore.google.com/detail/force-scroll/kncpohgclhdhcjcfbpfclpnohckakaie
Deskripsi Allows you to scroll on any site, even sites where it is normally disabled (e.g. sites that lock scrolling when Adblockers are…
Ukuran File 89.21 KB
Jumlah Instalasi 581
Versi Saat Ini 0.1
Terakhir Diperbarui 2020-12-24
Tanggal Publikasi 2020-12-23
Penilaian 3.67/5 Total 15 Penilaian
Pengembang Neuraseer
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}