osu!antihover

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

Was ist osu!antihover?

osu!antihover ist eine Chrome-Erweiterung, die von Mr. HeliX entwickelt wurde, und ihr Hauptmerkmal ist "Removes the need to hover over beatmaps. The space is already there. Use it.".

Erweiterungsscreenshots

screenshot

osu!antihover-Erweiterungs-CRX-Datei herunterladen

Laden Sie osu!antihover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name osu!antihover osu!antihover
ID gfeeegihldjdainbhhnholofeepcoknl
Offizielle URL https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl
Beschreibung Removes the need to hover over beatmaps. The space is already there. Use it.
Dateigröße 6.08 KB
Installationsanzahl 25
Aktuelle Version 1.0
Letztes Update 2021-04-24
Veröffentlichungsdatum 2021-04-24
Entwickler Mr. HeliX
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}