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
官方網址 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"
        ]
    }
}