osu! Beatmap Auto Downloader

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

What is osu! Beatmap Auto Downloader?

osu! Beatmap Auto Downloader is a Chrome extension developed by Brayden9707, and its main feature is "This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…".

Extension Screenshots

screenshot

Download osu! Beatmap Auto Downloader Extension CRX File

Download osu! Beatmap Auto Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name osu! Beatmap Auto Downloader osu! Beatmap Auto Downloader
ID flompapkhbacnpmgokmghphpohejaohn
Official URL https://chromewebstore.google.com/detail/osu-beatmap-auto-download/flompapkhbacnpmgokmghphpohejaohn
Description This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…
File Size 14.35 KB
Installation Count 1,212
Current Version 0.2
Last Updated 2017-11-01
Publish Date 2017-11-01
Rating 3.00/5 Total 4 Ratings
Developer Brayden9707
Payment Type free
Supported Languages 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"
    }
}