osu! difficulty filter
filters osu! beatmaps by star difficulty
osu! difficulty filter क्या है?
osu! difficulty filter tboombringer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "filters osu! beatmaps by star difficulty"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में osu! difficulty filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } } |