Scrollf*cker

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

什么是Scrollf*cker?

Scrollf*cker是由dan.mattern开发的Chrome扩展程序,该扩展的主要功能是“Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays”。

扩展截图

screenshot

下载Scrollf*cker扩展crx文件

下载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"
        ]
    }
}