osu! bloodcat

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

osu! bloodcat란 무엇입니까?

osu! bloodcat은(는) h0wXD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension manipulates the osu! website to download songs by default from bloodcat."입니다.

확장 프로그램 스크린샷

screenshot

osu! bloodcat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}