osu!antihover

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

Co je osu!antihover?

osu!antihover je rozšíření Chrome vyvinuté Mr. HeliX, a jeho hlavní funkcí je „Removes the need to hover over beatmaps. The space is already there. Use it.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření osu!antihover

Stáhněte si soubory rozšíření osu!antihover ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
Oficiální URL https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Popis Removes the need to hover over beatmaps. The space is already there. Use it.
Velikost souboru 6.08 KB
Počet instalací 25
Aktuální Verze 1.0
Poslední Aktualizace 2021-04-24
Datum Vydání 2021-04-24
Vývojář Mr. HeliX
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}