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…”。
扩展截图
下载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 |
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" } } |