osu!antihover

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

什麼是osu!antihover?

osu!antihover是由Mr. HeliX開發的Chrome擴展程式,該擴展的主要功能是“Removes the need to hover over beatmaps. The space is already there. Use it.”。

擴展截圖

screenshot

下載osu!antihover擴展crx文件

下載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
官方網址 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"
        ]
    }
}