pp calculator
Calculates the osu! pp values directly in your web browser
pp calculator là gì?
pp calculator là một tiện ích mở rộng Chrome được phát triển bởi abstrakt, và tính năng chính của nó là "Calculates the osu! pp values directly in your web browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng pp calculator
Tải xuống các tệp mở rộng pp calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
🖥️ Calculate how much osu! pp you can earn directly in your web browser 🚀 Up to date with the latest rework: 2022.09 🥁 Support for all game modes (osu!, taiko, mania, catch) 🦭 For support and suggestions join the Discord server found in the "Support" tab
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | pp calculator |
ID | eoelpnjffjkdmfhfinfbgiejnbgihpdn |
URL Chính Thức | https://chromewebstore.google.com/detail/pp-calculator/eoelpnjffjkdmfhfinfbgiejnbgihpdn |
Mô tả | Calculates the osu! pp values directly in your web browser |
Kích Thước Tệp | 1.36 MB |
Số Lần Cài Đặt | 32,536 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2023-03-29 |
Ngày Phát Hành | 2022-01-13 |
Đánh Giá | 4.94/5 Tổng số 52 Đánh Giá |
Nhà Phát Triển | abstrakt |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://discord.com/invite/Cm5W9QcNXB |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2.0", "name": "pp calculator", "description": "Calculates the osu! pp values directly in your web browser", "action": { "default_title": "pp calculator", "default_popup": "popup.html", "default_icon": { "128": "icons\/icon_128.png" } }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/osu.ppy.sh\/*" ], "js": [ "content.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; worker-src 'self'" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.ppy.sh\/" ], "icons": { "128": "icons\/icon_128.png" } } |