osu! koko

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

What is osu! koko?

osu! koko is a Chrome extension developed by https://jecsham.com, and its main feature is "osu! koko download beatmaps automatically! (Now working in old site!)".

Extension Screenshots

screenshot

Download osu! koko Extension CRX File

Download osu! koko extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name osu! koko osu! koko
ID ofcdlcjfjpjjmojphhjlkeamdeagnjjp
Official URL https://chromewebstore.google.com/detail/osu-koko/ofcdlcjfjpjjmojphhjlkeamdeagnjjp
Description osu! koko download beatmaps automatically! (Now working in old site!)
File Size 97.13 KB
Installation Count 4,876
Current Version 3.4.0
Last Updated 2021-10-30
Publish Date 2020-01-26
Rating 4.67/5 Total 49 Ratings
Developer https://jecsham.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}