osu! PP Calculator

Calculates pp values for osu! beatmaps page.

什麼是osu! PP Calculator?

osu! PP Calculator是由Glean開發的Chrome擴展程式,該擴展的主要功能是“Calculates pp values for osu! beatmaps page.”。

擴展截圖

screenshot
screenshot
screenshot

下載osu! PP Calculator擴展crx文件

下載osu! PP Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}