osu!antihover
Removes the need to hover over beatmaps. The space is already there. Use it.
Vad är osu!antihover?
osu!antihover är en Chrome-tillägg utvecklad av Mr. HeliX, och dess huvudfunktion är "Removes the need to hover over beatmaps. The space is already there. Use it.".
Tilläggsskärmbilder
Ladda ner osu!antihover-förlängningens CRX-fil
Ladda ner osu!antihover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- 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)
Grundläggande Information om Tillägg
Namn | osu!antihover |
ID | gfeeegihldjdainbhhnholofeepcoknl |
Officiell webbadress | https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl |
Beskrivning | Removes the need to hover over beatmaps. The space is already there. Use it. |
Filstorlek | 6.08 KB |
Antal Installationer | 25 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-04-24 |
Publiceringsdatum | 2021-04-24 |
Utvecklare | Mr. HeliX |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } } |