osu!antihover

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

Cos'è osu!antihover?

osu!antihover è un'estensione di Chrome sviluppata da Mr. HeliX, e la sua funzione principale è "Removes the need to hover over beatmaps. The space is already there. Use it.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione osu!antihover

Scarica i file di estensione osu!antihover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
URL Ufficiale https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Descrizione Removes the need to hover over beatmaps. The space is already there. Use it.
Dimensione del File 6.08 KB
Conteggio Installazioni 25
Versione Corrente 1.0
Ultimo Aggiornamento 2021-04-24
Data di Pubblicazione 2021-04-24
Sviluppatore Mr. HeliX
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}