osu! difficulty filter
filters osu! beatmaps by star difficulty
What is osu! difficulty filter?
osu! difficulty filter is a Chrome extension developed by tboombringer, and its main feature is "filters osu! beatmaps by star difficulty".
Extension Screenshots
Download osu! difficulty filter Extension CRX File
Download osu! difficulty filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | osu! difficulty filter |
ID | bbckmnofmlhalfimlpbpnflbccakkndc |
Official URL | https://chromewebstore.google.com/detail/osu-difficulty-filter/bbckmnofmlhalfimlpbpnflbccakkndc |
Description | filters osu! beatmaps by star difficulty |
File Size | 64.38 KB |
Installation Count | 151 |
Current Version | 0.1.4 |
Last Updated | 2023-01-25 |
Publish Date | 2022-12-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | tboombringer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ap-ple/osu-difficulty-filter |
Supported Languages | 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" } } } |