osu! difficulty filter

filters osu! beatmaps by star difficulty

Cos'è osu! difficulty filter?

osu! difficulty filter è un'estensione di Chrome sviluppata da tboombringer, e la sua funzione principale è "filters osu! beatmaps by star difficulty".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione osu! difficulty filter

Scarica i file di estensione osu! difficulty filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome osu! difficulty filter osu! difficulty filter
ID bbckmnofmlhalfimlpbpnflbccakkndc
URL Ufficiale https://chromewebstore.google.com/detail/osu-difficulty-filter/bbckmnofmlhalfimlpbpnflbccakkndc
Descrizione filters osu! beatmaps by star difficulty
Dimensione del File 64.38 KB
Conteggio Installazioni 151
Versione Corrente 0.1.4
Ultimo Aggiornamento 2023-01-25
Data di Pubblicazione 2022-12-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tboombringer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ap-ple/osu-difficulty-filter
Lingue Supportate 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"
        }
    }
}