osu!antihover
Removes the need to hover over beatmaps. The space is already there. Use it.
osu!antihoverとは何ですか?
osu!antihoverはMr. HeliXによって開発されたChromeの拡張機能で、その主な機能は「Removes the need to hover over beatmaps. The space is already there. Use it.」です。
拡張機能のスクリーンショット
osu!antihover拡張機能のCRXファイルをダウンロード
osu!antihover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- 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)
拡張機能の基本情報
名前 | osu!antihover |
ID | gfeeegihldjdainbhhnholofeepcoknl |
公式URL | https://chromewebstore.google.com/detail/osuantihover/gfeeegihldjdainbhhnholofeepcoknl |
説明 | Removes the need to hover over beatmaps. The space is already there. Use it. |
ファイルサイズ | 6.08 KB |
インストール数 | 25 |
現在のバージョン | 1.0 |
最終更新日 | 2021-04-24 |
公開日 | 2021-04-24 |
開発者 | Mr. HeliX |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } } |