Scrollf*cker

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

Scrollf*cker là gì?

Scrollf*cker là một tiện ích mở rộng Chrome được phát triển bởi dan.mattern, và tính năng chính của nó là "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scrollf*cker

Tải xuống các tệp mở rộng Scrollf*cker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scrollf*cker Scrollf*cker
ID ggodnofnmkgfhljenihoopbnhdgfnljj
URL Chính Thức https://chrome.google.com/webstore/detail/scrollfcker/ggodnofnmkgfhljenihoopbnhdgfnljj
Mô tả Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-07-31
Ngày Phát Hành 2017-05-20
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển dan.mattern
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}