osu!antihover

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

Hvad er osu!antihover?

osu!antihover er en Chrome-udvidelse udviklet af Mr. HeliX, og dens hovedfunktion er "Removes the need to hover over beatmaps. The space is already there. Use it.".

Udvidelsesskærmbilleder

screenshot

Download osu!antihover-udvidelses-CRX-fil

Download osu!antihover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
Officiel URL https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Beskrivelse Removes the need to hover over beatmaps. The space is already there. Use it.
Filstørrelse 6.08 KB
Antal Installationer 25
Nuværende Version 1.0
Senest Opdateret 2021-04-24
Udgivelsesdato 2021-04-24
Udvikler Mr. HeliX
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}