Scrollf*cker

Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays

Apa itu Scrollf*cker?

Scrollf*cker adalah ekstensi Chrome yang dikembangkan oleh dan.mattern, dan fitur utamanya adalah "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Scrollf*cker

Unduh file ekstensi Scrollf*cker 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

                        This extension attempts to add back the scrollbar on sites that remove it, including with overlays. This was inspired by the extension `F*ck Overlays`.                    

Informasi Dasar Ekstensi

Nama Scrollf*cker Scrollf*cker
ID ggodnofnmkgfhljenihoopbnhdgfnljj
URL Resmi https://chrome.google.com/webstore/detail/scrollfcker/ggodnofnmkgfhljenihoopbnhdgfnljj
Deskripsi Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays
Ukuran File 121 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-07-31
Tanggal Publikasi 2017-05-20
Penilaian 4.75/5 Total 8 Penilaian
Pengembang dan.mattern
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrollf*cker",
    "author": "Dan Mattern",
    "description": "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "naw.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "scrollfuck.js"
        ]
    }
}