osu! bloodcat

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

Qu'est-ce que osu! bloodcat ?

osu! bloodcat est une extension Chrome développée par h0wXD, et sa fonction principale est "This extension manipulates the osu! website to download songs by default from bloodcat.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension osu! bloodcat

Téléchargez les fichiers d'extension osu! bloodcat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom osu! bloodcat osu! bloodcat
ID jagioimcpnmkngadhplaokdfbedbogko
URL Officiel https://chrome.google.com/webstore/detail/jagioimcpnmkngadhplaokdfbedbogko
Description This extension manipulates the osu! website to download songs by default from bloodcat.
Taille du Fichier 49.12 KB
Nombre d'Installations 1,233
Version Actuelle 1.0.6
Dernière Mise à Jour 2017-09-12
Date de Publication 2017-09-12
Évaluation 4.42/5 Total 12 Évaluations
Développeur h0wXD
Type de Paiement free
Site Web de l'Extension https://github.com/h0wXD
Langues Prises en Charge 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"
        }
    ]
}