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"
        }
    }
}