osu!antihover

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

Qu'est-ce que osu!antihover ?

osu!antihover est une extension Chrome développée par Mr. HeliX, et sa fonction principale est "Removes the need to hover over beatmaps. The space is already there. Use it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension osu!antihover

Téléchargez les fichiers d'extension osu!antihover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
URL Officiel https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Description Removes the need to hover over beatmaps. The space is already there. Use it.
Taille du Fichier 6.08 KB
Nombre d'Installations 25
Version Actuelle 1.0
Dernière Mise à Jour 2021-04-24
Date de Publication 2021-04-24
Développeur Mr. HeliX
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}