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 |
官方網址 | 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" } } |