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