Joak's osu mirror download

Download osu maps from various mirror APIs

Joak's osu mirror download क्या है?

Joak's osu mirror download Joak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download osu maps from various mirror APIs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Joak's osu mirror download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}