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