osu! PP Calculator
Calculates pp values for osu! beatmaps page.
Was ist osu! PP Calculator?
osu! PP Calculator ist eine Chrome-Erweiterung, die von Glean entwickelt wurde, und ihr Hauptmerkmal ist "Calculates pp values for osu! beatmaps page.".
Erweiterungsscreenshots
osu! PP Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie osu! PP Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jgemehejinmiffnegbofcbficealnefg |
| Offizielle URL | https://chromewebstore.google.com/detail/osu-pp-calculator/jgemehejinmiffnegbofcbficealnefg |
| Beschreibung | Calculates pp values for osu! beatmaps page. |
| Dateigröße | 179 KB |
| Installationsanzahl | 169 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2023-12-02 |
| Veröffentlichungsdatum | 2023-10-31 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Glean |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/ImGlean/osu-PP-Calculator |
| Unterstützte Sprachen | 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"
]
} | |