osu!antihover

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

What is osu!antihover?

osu!antihover is a Chrome extension developed by Mr. HeliX, and its main feature is "Removes the need to hover over beatmaps. The space is already there. Use it.".

Extension Screenshots

screenshot

Download osu!antihover Extension CRX File

Download osu!antihover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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)                    

Extension Basic Information

Name osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
Official URL https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Description Removes the need to hover over beatmaps. The space is already there. Use it.
File Size 6.08 KB
Installation Count 25
Current Version 1.0
Last Updated 2021-04-24
Publish Date 2021-04-24
Developer Mr. HeliX
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}