osu! difficulty filter

filters osu! beatmaps by star difficulty

Τι είναι το osu! difficulty filter;

Το osu! difficulty filter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tboombringer, και η κύρια λειτουργία του είναι "filters osu! beatmaps by star difficulty".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης osu! difficulty filter

Λήψη αρχείων επέκτασης 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 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"
        }
    }
}