osu! difficulty filter

filters osu! beatmaps by star difficulty

¿Qué es osu! difficulty filter?

osu! difficulty filter es una extensión de Chrome desarrollada por tboombringer, y su función principal es "filters osu! beatmaps by star difficulty".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión osu! difficulty filter

Descarga archivos de extensión osu! difficulty filter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre osu! difficulty filter osu! difficulty filter
ID bbckmnofmlhalfimlpbpnflbccakkndc
URL Oficial https://chromewebstore.google.com/detail/osu-difficulty-filter/bbckmnofmlhalfimlpbpnflbccakkndc
Descripción filters osu! beatmaps by star difficulty
Tamaño del Archivo 64.38 KB
Cantidad de Instalaciones 151
Versión Actual 0.1.4
Última Actualización 2023-01-25
Fecha de Publicación 2022-12-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador tboombringer
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ap-ple/osu-difficulty-filter
Idiomas Soportados 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"
        }
    }
}