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文件

下載osu! koko擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}