osu! PP Calculator

Calculates pp values for osu! beatmaps page.

Cos'è osu! PP Calculator?

osu! PP Calculator è un'estensione di Chrome sviluppata da Glean, e la sua funzione principale è "Calculates pp values for osu! beatmaps page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione osu! PP Calculator

Scarica i file di estensione osu! PP Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome osu! PP Calculator osu! PP Calculator
ID jgemehejinmiffnegbofcbficealnefg
URL Ufficiale https://chromewebstore.google.com/detail/osu-pp-calculator/jgemehejinmiffnegbofcbficealnefg
Descrizione Calculates pp values for osu! beatmaps page.
Dimensione del File 179 KB
Conteggio Installazioni 169
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-12-02
Data di Pubblicazione 2023-10-31
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Glean
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ImGlean/osu-PP-Calculator
Lingue Supportate 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"
    ]
}