Scrollf*cker

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

Cos'è Scrollf*cker?

Scrollf*cker è un'estensione di Chrome sviluppata da dan.mattern, e la sua funzione principale è "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scrollf*cker

Scarica i file di estensione Scrollf*cker 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

                        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`.                    

Informazioni di Base sull'Estensione

Nome Scrollf*cker Scrollf*cker
ID ggodnofnmkgfhljenihoopbnhdgfnljj
URL Ufficiale https://chrome.google.com/webstore/detail/scrollfcker/ggodnofnmkgfhljenihoopbnhdgfnljj
Descrizione Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays
Dimensione del File 121 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-07-31
Data di Pubblicazione 2017-05-20
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore dan.mattern
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}