osu! PP Calculator
Calculates pp values for osu! beatmaps page.
What is osu! PP Calculator?
osu! PP Calculator is a Chrome extension developed by Glean, and its main feature is "Calculates pp values for osu! beatmaps page.".
Extension Screenshots
Download osu! PP Calculator Extension CRX File
Download osu! PP Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | osu! PP Calculator |
ID | jgemehejinmiffnegbofcbficealnefg |
Official URL | https://chromewebstore.google.com/detail/osu-pp-calculator/jgemehejinmiffnegbofcbficealnefg |
Description | Calculates pp values for osu! beatmaps page. |
File Size | 179 KB |
Installation Count | 169 |
Current Version | 1.0.1 |
Last Updated | 2023-12-02 |
Publish Date | 2023-10-31 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Glean |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ImGlean/osu-PP-Calculator |
Supported Languages | 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" ] } |