osu! Beatmap Auto Downloader

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

osu! Beatmap Auto Downloaderとは何ですか?

osu! Beatmap Auto DownloaderはBrayden9707によって開発されたChromeの拡張機能で、その主な機能は「This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…」です。

拡張機能のスクリーンショット

screenshot

osu! Beatmap Auto Downloader拡張機能のCRXファイルをダウンロード

osu! Beatmap Auto Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 osu! Beatmap Auto Downloader osu! Beatmap Auto Downloader
ID flompapkhbacnpmgokmghphpohejaohn
公式URL https://chromewebstore.google.com/detail/osu-beatmap-auto-download/flompapkhbacnpmgokmghphpohejaohn
説明 This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…
ファイルサイズ 14.35 KB
インストール数 1,212
現在のバージョン 0.2
最終更新日 2017-11-01
公開日 2017-11-01
評価 3.00/5 合計 4 レビュー
開発者 Brayden9707
支払い方法 free
対応言語 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"
    }
}