Joak's osu mirror download
Download osu maps from various mirror APIs
Τι είναι το Joak's osu mirror download;
Το Joak's osu mirror download είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Joak, και η κύρια λειτουργία του είναι "Download osu maps from various mirror APIs".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Joak's osu mirror download
Λήψη αρχείων επέκτασης Joak's osu mirror download σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a lightweight extension for osu! players to download the beatmaps from third-party sites for the game without manually visiting the third-party sites or installing the third-party site application. If you are tired of the speed of the official site download speed while you playing at multiplayer room, or you get fed up from the prompts for sign in to download the maps or some the beatmaps are even unavailable on the official site. You can now use this extension cater all those needs! With this extension, you don't have to manually go to the third-party site to search for the maps as well! This extension supports three third-party beatmap mirror download APIs: Chimu, Kitsu (Osu direct), Nerinyan. There is also an additional button for beatconnect link for the map! Tip: pin the extension on your browser for the convenience for quick API switching Should you have any idea for improvements or enquiry, please contact me via discord Discord username: joak.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Joak's osu mirror download |
ID | fombdbdmedmppeffmnbhcpdgfdopffbb |
Επίσημο URL | https://chromewebstore.google.com/detail/joaks-osu-mirror-download/fombdbdmedmppeffmnbhcpdgfdopffbb |
Περιγραφή | Download osu maps from various mirror APIs |
Μέγεθος Αρχείου | 16.63 KB |
Αριθμός Εγκαταστάσεων | 214 |
Τρέχουσα Έκδοση | 3.0 |
Τελευταία Ενημέρωση | 2023-08-13 |
Ημερομηνία Δημοσίευσης | 2023-02-14 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Joak |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Joak's osu mirror download", "description": "Download osu maps from various mirror APIs", "version": "3.0", "icons": { "16": ".\/images\/osu-16.png", "48": ".\/images\/osu-48.png", "128": ".\/images\/osu-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/osu.ppy.sh\/beatmapsets\/*" ], "js": [ "joak_extension.js" ], "css": [ "joak_extension.css" ] } ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" } } |