osu! Beatmap Auto Downloader

This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…

Wat is osu! Beatmap Auto Downloader?

osu! Beatmap Auto Downloader is een Chrome-extensie ontwikkeld door Brayden9707, en de belangrijkste functie is "This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie osu! Beatmap Auto Downloader

Download osu! Beatmap Auto Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension will automatically download any beatmap from its page at osu.ppy.sh.

For example; 
If you visit https://osu.ppy.sh/s/163112 with osu! Beatmap Auto Downloader enabled, it will automatically redirect you to the /d/ page of that beatmap. This will start the download without any extra clicks! (not that you aren't used to that...)

You can also choose to prefer each download is the "No Video" version.
This means that if the Beatmap has a video, you can setup osu! Beatmap Auto Downloader to download the non-video version.                    

Basisinformatie over de Extensie

Naam osu! Beatmap Auto Downloader osu! Beatmap Auto Downloader
ID flompapkhbacnpmgokmghphpohejaohn
Officiële URL https://chromewebstore.google.com/detail/osu-beatmap-auto-download/flompapkhbacnpmgokmghphpohejaohn
Beschrijving This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…
Bestandsgrootte 14.35 KB
Aantal Installaties 1,212
Huidige Versie 0.2
Laatst Bijgewerkt 2017-11-01
Publicatiedatum 2017-11-01
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Brayden9707
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "osu! Beatmap Auto Downloader",
    "version": "0.2",
    "options_page": "options.html",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/osu.ppy.sh\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}