osu! difficulty filter

filters osu! beatmaps by star difficulty

osu! difficulty filter란 무엇입니까?

osu! difficulty filter은(는) tboombringer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "filters osu! beatmaps by star difficulty"입니다.

확장 프로그램 스크린샷

screenshot

osu! difficulty filter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
        }
    }
}