osu! PP Calculator

Calculates pp values for osu! beatmaps page.

ما هو osu! PP Calculator؟

osu! PP Calculator هو إضافة Chrome تم تطويرها بواسطة Glean، والميزة الرئيسية لها هي "Calculates pp values for osu! beatmaps page.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة osu! PP Calculator

قم بتنزيل ملفات الامتداد osu! PP Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simple extension that can quickly calculate PP values for osu! Beatmaps in your web browser.

Features:
* Works on all submitted osu! Beatmaps
* Up to date PP calculation based on latest PP rework
* Can calculate PP based on various accuracies
* Includes Hidden, Hardrock, DoubleTime and Flashlight modifications                    

معلومات أساسية عن التمديد

الاسم osu! PP Calculator osu! PP Calculator
ID jgemehejinmiffnegbofcbficealnefg
عنوان URL الرسمي https://chromewebstore.google.com/detail/osu-pp-calculator/jgemehejinmiffnegbofcbficealnefg
الوصف Calculates pp values for osu! beatmaps page.
حجم الملف 179 KB
عدد التثبيتات 169
النسخة الحالية 1.0.1
آخر تحديث 2023-12-02
تاريخ النشر 2023-10-31
تقييم 5.00/5 مجموع تقييمات 2
المطور Glean
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ImGlean/osu-PP-Calculator
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "osu! PP Calculator",
    "version": "1.0.1",
    "description": "Calculates pp values for osu! beatmaps page.",
    "manifest_version": 3,
    "author": "Glean",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Beatmap PP",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}