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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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