Joak's osu mirror download

Download osu maps from various mirror APIs

Joak's osu mirror download란 무엇입니까?

Joak's osu mirror download은(는) Joak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download osu maps from various mirror APIs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Joak's osu mirror download 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}