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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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