osu! Beatmap Auto Downloader

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

O que é osu! Beatmap Auto Downloader?

osu! Beatmap Auto Downloader é uma extensão do Chrome desenvolvida por Brayden9707, e sua principal característica é "This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão osu! Beatmap Auto Downloader

Baixe arquivos de extensão osu! Beatmap Auto Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome osu! Beatmap Auto Downloader osu! Beatmap Auto Downloader
ID flompapkhbacnpmgokmghphpohejaohn
URL Oficial https://chromewebstore.google.com/detail/osu-beatmap-auto-download/flompapkhbacnpmgokmghphpohejaohn
Descrição This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…
Tamanho do Arquivo 14.35 KB
Contagem de Instalações 1,212
Versão Atual 0.2
Última Atualização 2017-11-01
Data de Publicação 2017-11-01
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor Brayden9707
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}