osu! bloodcat

This extension manipulates the osu! website to download songs by default from bloodcat.

osu! bloodcatคืออะไร?

osu! bloodcat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย h0wXD และคุณลักษณะหลักของมันคือ "This extension manipulates the osu! website to download songs by default from bloodcat."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย osu! bloodcat

ดาวน์โหลดไฟล์ส่วนขยาย osu! bloodcat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extension is for people who do not have the osu! supporter tag. It enables any players to download songs without limits from bloodcat directly from the osu! website. It also enables downloading songs without logging in (via bloodcat). See screenshot.

A note for people who have the osu! supporter tag. Your downloads are not limited, and thus you should not be using this extension.

Version 1.0.6
Added support for the new homepage.
Fixed download button when not logged in on the website.

Version 1.0.5
Added support for http. Fixes download button when http download page is loaded.

Version 1.0.4
Fixed download button for links opened ingame which go to /b/id instead of /s/id.

Version 1.0.3
Allows downloading songs when not logged in on the website.

Version 1.0.2
Added support for downloading in the songlist page.

Version 1.0.1
Initial version.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ osu! bloodcat osu! bloodcat
ID jagioimcpnmkngadhplaokdfbedbogko
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jagioimcpnmkngadhplaokdfbedbogko
คำอธิบาย This extension manipulates the osu! website to download songs by default from bloodcat.
ขนาดไฟล์ 49.12 KB
จำนวนการติดตั้ง 1,233
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2017-09-12
วันที่เผยแพร่ 2017-09-12
คะแนน 4.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา h0wXD
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/h0wXD
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "osu! bloodcat",
    "description": "This extension manipulates the osu! website to download songs by default from bloodcat.",
    "version": "1.0.6",
    "icons": {
        "16": "bloodcat.png",
        "48": "bloodcat.png",
        "128": "bloodcat.png",
        "256": "bloodcat.png"
    },
    "author": "h0wXD",
    "permissions": [
        "http:\/\/osu.ppy.sh\/*",
        "https:\/\/osu.ppy.sh\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/osu.ppy.sh\/*",
                "https:\/\/osu.ppy.sh\/*"
            ],
            "js": [
                "bloodcat.js"
            ],
            "run_at": "document_end"
        }
    ]
}