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 |
官方網址 | 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 |
電子郵箱 | [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" } } } |