osu!antihover

Removes the need to hover over beatmaps. The space is already there. Use it.

ما هو osu!antihover؟

osu!antihover هو إضافة Chrome تم تطويرها بواسطة Mr. HeliX، والميزة الرئيسية لها هي "Removes the need to hover over beatmaps. The space is already there. Use it.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة osu!antihover

قم بتنزيل ملفات الامتداد osu!antihover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        - Playcount, favourites, ranked/loved date, hypes, nominations are always visible on the beatmap panels on a user profile.
- Playcount and favourites shows the true amount, rather than the shortened version (for example 1012 instead of 1k)                    

معلومات أساسية عن التمديد

الاسم osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
عنوان URL الرسمي https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
الوصف Removes the need to hover over beatmaps. The space is already there. Use it.
حجم الملف 6.08 KB
عدد التثبيتات 25
النسخة الحالية 1.0
آخر تحديث 2021-04-24
تاريخ النشر 2021-04-24
المطور Mr. HeliX
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "osu!antihover",
    "version": "1.0",
    "description": "Removes the need to hover over beatmaps. The space is already there. Use it.",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.osu.ppy.sh\/*"
            ],
            "js": [
                "antihover.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}