Scrollf*cker

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

Wat is Scrollf*cker?

Scrollf*cker is een Chrome-extensie ontwikkeld door dan.mattern, en de belangrijkste functie is "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scrollf*cker

Download Scrollf*cker-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

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

Basisinformatie over de Extensie

Naam Scrollf*cker Scrollf*cker
ID ggodnofnmkgfhljenihoopbnhdgfnljj
Officiële URL https://chrome.google.com/webstore/detail/scrollfcker/ggodnofnmkgfhljenihoopbnhdgfnljj
Beschrijving Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays
Bestandsgrootte 121 KB
Aantal Installaties 2,000
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-07-31
Publicatiedatum 2017-05-20
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar dan.mattern
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}