osu!antihover
Removes the need to hover over beatmaps. The space is already there. Use it.
Wat is osu!antihover?
osu!antihover is een Chrome-extensie ontwikkeld door Mr. HeliX, en de belangrijkste functie is "Removes the need to hover over beatmaps. The space is already there. Use it.".
Extensie Screenshots
Download het CRX-bestand van de extensie osu!antihover
Download osu!antihover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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)
Basisinformatie over de Extensie
Naam | osu!antihover |
ID | gfeeegihldjdainbhhnholofeepcoknl |
Officiële URL | https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl |
Beschrijving | Removes the need to hover over beatmaps. The space is already there. Use it. |
Bestandsgrootte | 6.08 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-04-24 |
Publicatiedatum | 2021-04-24 |
Ontwikkelaar | Mr. HeliX |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |