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

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