osu! koko

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

Cos'è osu! koko?

osu! koko è un'estensione di Chrome sviluppata da https://jecsham.com, e la sua funzione principale è "osu! koko download beatmaps automatically! (Now working in old site!)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione osu! koko

Scarica i file di estensione osu! koko in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome osu! koko osu! koko
ID ofcdlcjfjpjjmojphhjlkeamdeagnjjp
URL Ufficiale https://chromewebstore.google.com/detail/osu-koko/ofcdlcjfjpjjmojphhjlkeamdeagnjjp
Descrizione osu! koko download beatmaps automatically! (Now working in old site!)
Dimensione del File 97.13 KB
Conteggio Installazioni 4,876
Versione Corrente 3.4.0
Ultimo Aggiornamento 2021-10-30
Data di Pubblicazione 2020-01-26
Valutazione 4.67/5 Totale 49 Valutazioni
Sviluppatore https://jecsham.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}