osu! difficulty filter
filters osu! beatmaps by star difficulty
osu! difficulty filterとは何ですか?
osu! difficulty filterはtboombringerによって開発されたChromeの拡張機能で、その主な機能は「filters osu! beatmaps by star difficulty」です。
拡張機能のスクリーンショット
osu! difficulty filter拡張機能のCRXファイルをダウンロード
osu! difficulty filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
osu! difficulty filter allows you to show beatmaps on osu! userpages based on difficulty. Using the sliders or text inputs, you can enter a difficulty range, and it will hide the beatmaps that are outside of that range. You must have a registered osu! API key to use the extension. For the beatmap listing, it is recommended to use the "stars>/<(=)" search term to filter beatmaps by difficulty.
拡張機能の基本情報
名前 | osu! difficulty filter |
ID | bbckmnofmlhalfimlpbpnflbccakkndc |
公式URL | https://chromewebstore.google.com/detail/osu-difficulty-filter/bbckmnofmlhalfimlpbpnflbccakkndc |
説明 | filters osu! beatmaps by star difficulty |
ファイルサイズ | 64.38 KB |
インストール数 | 151 |
現在のバージョン | 0.1.4 |
最終更新日 | 2023-01-25 |
公開日 | 2022-12-18 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | tboombringer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ap-ple/osu-difficulty-filter |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "osu! difficulty filter", "version": "0.1.4", "description": "filters osu! beatmaps by star difficulty", "permissions": [ "activeTab", "scripting", "storage" ], "options_ui": { "page": "options.html" }, "action": { "default_icon": { "16": "assets\/ext-icon.png", "24": "assets\/ext-icon.png", "32": "assets\/ext-icon.png" }, "default_title": "osu! difficulty filter", "default_popup": "popup.html" }, "browser_specific_settings": { "gecko": { "id": "{49bec086-6332-4908-9549-26a174ca1d2f}", "strict_min_version": "42.0" } } } |