osu! difficulty filter

filters osu! beatmaps by star difficulty

osu! difficulty filter là gì?

osu! difficulty filter là một tiện ích mở rộng Chrome được phát triển bởi tboombringer, và tính năng chính của nó là "filters osu! beatmaps by star difficulty".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng osu! difficulty filter

Tải xuống các tệp mở rộng osu! difficulty filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên osu! difficulty filter osu! difficulty filter
ID bbckmnofmlhalfimlpbpnflbccakkndc
URL Chính Thức https://chromewebstore.google.com/detail/osu-difficulty-filter/bbckmnofmlhalfimlpbpnflbccakkndc
Mô tả filters osu! beatmaps by star difficulty
Kích Thước Tệp 64.38 KB
Số Lần Cài Đặt 151
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2023-01-25
Ngày Phát Hành 2022-12-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển tboombringer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ap-ple/osu-difficulty-filter
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}