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
Eメール [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"
        ]
    }
}