osu! koko

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

ما هو osu! koko؟

osu! koko هو إضافة Chrome تم تطويرها بواسطة https://jecsham.com، والميزة الرئيسية لها هي "osu! koko download beatmaps automatically! (Now working in old site!)".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة osu! koko

قم بتنزيل ملفات الامتداد osu! koko بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}