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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
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"
    ]
}