osu! Beatmap Auto Downloader
This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…
Was ist osu! Beatmap Auto Downloader?
osu! Beatmap Auto Downloader ist eine Chrome-Erweiterung, die von Brayden9707 entwickelt wurde, und ihr Hauptmerkmal ist "This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…".
Erweiterungsscreenshots
osu! Beatmap Auto Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie osu! Beatmap Auto Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | osu! Beatmap Auto Downloader |
ID | flompapkhbacnpmgokmghphpohejaohn |
Offizielle URL | https://chromewebstore.google.com/detail/osu-beatmap-auto-download/flompapkhbacnpmgokmghphpohejaohn |
Beschreibung | This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit… |
Dateigröße | 14.35 KB |
Installationsanzahl | 1,212 |
Aktuelle Version | 0.2 |
Letztes Update | 2017-11-01 |
Veröffentlichungsdatum | 2017-11-01 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | Brayden9707 |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |