osu! koko

osu! koko download beatmaps automatically! (Now working in old site!)

osu! koko란 무엇입니까?

osu! koko은(는) https://jecsham.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "osu! koko download beatmaps automatically! (Now working in old site!)"입니다.

확장 프로그램 스크린샷

screenshot

osu! koko 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features:
* Automatic beatmaps downloads (without videos can be configured in options).
* Working in old and new site.

You should know the following:
* This is NOT an official osu! extension.
* Keep in mind that the best way to download beatmaps is with the osu suporter tag

Donate: paypal.me/Jecsham                    

확장 프로그램 기본 정보

이름 osu! koko osu! koko
ID ofcdlcjfjpjjmojphhjlkeamdeagnjjp
공식 URL https://chromewebstore.google.com/detail/osu-koko/ofcdlcjfjpjjmojphhjlkeamdeagnjjp
설명 osu! koko download beatmaps automatically! (Now working in old site!)
파일 크기 97.13 KB
설치 횟수 4,876
현재 버전 3.4.0
최근 업데이트 2021-10-30
출시 날짜 2020-01-26
평점 4.67/5 총 49 개의 평점
개발자 https://jecsham.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "osu! koko",
    "version": "3.4.0",
    "description": "osu! koko download beatmaps automatically! (Now working in old site!)",
    "author": "Jecsham",
    "manifest_version": 3,
    "icons": {
        "16": "src\/img\/icon16.png",
        "48": "src\/img\/icon48.png",
        "128": "src\/img\/icon128.png"
    },
    "action": {
        "default_title": "Open osu! koko",
        "default_icon": "src\/img\/icon128.png",
        "default_popup": "src\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/osu.ppy.sh\/beatmapsets\/*",
                "https:\/\/osu.ppy.sh\/s\/*",
                "https:\/\/osu.ppy.sh\/b\/*"
            ],
            "css": [
                "src\/css\/dom-style.css"
            ],
            "js": [
                "src\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}