Scrollf*cker

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

Qu'est-ce que Scrollf*cker ?

Scrollf*cker est une extension Chrome développée par dan.mattern, et sa fonction principale est "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scrollf*cker

Téléchargez les fichiers d'extension Scrollf*cker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Scrollf*cker Scrollf*cker
ID ggodnofnmkgfhljenihoopbnhdgfnljj
URL Officiel https://chrome.google.com/webstore/detail/scrollfcker/ggodnofnmkgfhljenihoopbnhdgfnljj
Description Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays
Taille du Fichier 121 KB
Nombre d'Installations 2,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-07-31
Date de Publication 2017-05-20
Évaluation 4.75/5 Total 8 Évaluations
Développeur dan.mattern
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}