ezpp! experimental
Calculate pp for a beatmap directly in your browser.
ezpp! experimental là gì?
ezpp! experimental là một tiện ích mở rộng Chrome được phát triển bởi PerfectBoat, và tính năng chính của nó là "Calculate pp for a beatmap directly in your 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 ezpp! experimental
Tải xuống các tệp mở rộng ezpp! experimental 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
**This extension is a fork/experimental version of ezpp!.** This extension basically does almost same as ezpp!, but it has more (experimental, or draft) features (and some features will be added to ezpp! at some point). ezpp! allows you to calculate the osu! pp values for a given beatmap directly in the browser. Just go to a beatmap's page, unranked or not, and click the extension. No login or API key required. This extension is open source and can be found here: https://github.com/acrylic-style/ezpp/tree/experimental Changelog is available here: https://next.acrylicstyle.xyz/ezpp.html#ezpp_experimental You may also want to check this original extension (which is stable): https://chrome.google.com/webstore/detail/ezpp/aimihpobjpagjiakhcpijibnaafdniol
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ezpp! experimental |
ID | iihpkkdlbfcanaaignnjcgmlhhbpoioh |
URL Chính Thức | https://chromewebstore.google.com/detail/ezpp-experimental/iihpkkdlbfcanaaignnjcgmlhhbpoioh |
Mô tả | Calculate pp for a beatmap directly in your browser. |
Kích Thước Tệp | 805 KB |
Số Lần Cài Đặt | 149 |
Phiên Bản Hiện Tại | 1.11.2 |
Cập Nhật Lần Cuối | 2021-06-17 |
Ngày Phát Hành | 2021-06-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | PerfectBoat |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/acrylic-style/ezpp/tree/experimental |
URL Trang Trợ Giúp | https://github.com/acrylic-style/ezpp/discussions |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ezpp! experimental", "description": "Calculate pp for a beatmap directly in your browser.", "version": "1.11.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/osu.ppy.sh\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.ppy.sh\/" ] } |