Scrollf*cker

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

Co to jest Scrollf*cker?

Scrollf*cker to rozszerzenie Chrome opracowane przez dan.mattern, a jego główną funkcją jest „Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Scrollf*cker

Pobierz pliki rozszerzeń Scrollf*cker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Scrollf*cker Scrollf*cker
ID ggodnofnmkgfhljenihoopbnhdgfnljj
Oficjalny URL https://chrome.google.com/webstore/detail/scrollfcker/ggodnofnmkgfhljenihoopbnhdgfnljj
Opis Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays
Rozmiar pliku 121 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-07-31
Data Publikacji 2017-05-20
Ocena 4.75/5 Łącznie 8 Oceny
Deweloper dan.mattern
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}