osu!antihover
Removes the need to hover over beatmaps. The space is already there. Use it.
Apa itu osu!antihover?
osu!antihover adalah ekstensi Chrome yang dikembangkan oleh Mr. HeliX, dan fitur utamanya adalah "Removes the need to hover over beatmaps. The space is already there. Use it.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi osu!antihover
Unduh file ekstensi osu!antihover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
- 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)
Informasi Dasar Ekstensi
Nama | osu!antihover |
ID | gfeeegihldjdainbhhnholofeepcoknl |
URL Resmi | https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl |
Deskripsi | Removes the need to hover over beatmaps. The space is already there. Use it. |
Ukuran File | 6.08 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-04-24 |
Tanggal Publikasi | 2021-04-24 |
Pengembang | Mr. HeliX |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |