Scrollf*cker

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

Что такое Scrollf*cker?

Scrollf*cker - это расширение Chrome, разработанное dan.mattern, и его основная функция - "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Scrollf*cker

Скачайте файлы расширений Scrollf*cker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Scrollf*cker Scrollf*cker
ID ggodnofnmkgfhljenihoopbnhdgfnljj
Официальный URL https://chrome.google.com/webstore/detail/scrollfcker/ggodnofnmkgfhljenihoopbnhdgfnljj
Описание Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays
Размер файла 121 KB
Количество установок 2,000
Текущая Версия 1.0.0
Последнее Обновление 2022-07-31
Дата публикации 2017-05-20
Рейтинг 4.75/5 Всего 8 оценок
Разработчик dan.mattern
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}