osu! bloodcat
This extension manipulates the osu! website to download songs by default from bloodcat.
什麼是osu! bloodcat?
osu! bloodcat是由h0wXD開發的Chrome擴展程式,該擴展的主要功能是“This extension manipulates the osu! website to download songs by default from bloodcat.”。
擴展截圖
下載osu! bloodcat擴展crx文件
下載osu! bloodcat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This chrome extension is for people who do not have the osu! supporter tag. It enables any players to download songs without limits from bloodcat directly from the osu! website. It also enables downloading songs without logging in (via bloodcat). See screenshot. A note for people who have the osu! supporter tag. Your downloads are not limited, and thus you should not be using this extension. Version 1.0.6 Added support for the new homepage. Fixed download button when not logged in on the website. Version 1.0.5 Added support for http. Fixes download button when http download page is loaded. Version 1.0.4 Fixed download button for links opened ingame which go to /b/id instead of /s/id. Version 1.0.3 Allows downloading songs when not logged in on the website. Version 1.0.2 Added support for downloading in the songlist page. Version 1.0.1 Initial version.
擴展基本資訊
名稱 | |
ID | jagioimcpnmkngadhplaokdfbedbogko |
官方網址 | https://chrome.google.com/webstore/detail/jagioimcpnmkngadhplaokdfbedbogko |
簡介 | This extension manipulates the osu! website to download songs by default from bloodcat. |
檔案大小 | 49.12 KB |
安裝次數 | 1,233 |
目前版本 | 1.0.6 |
更新時間 | 2017-09-12 |
上架時間 | 2017-09-12 |
評分 | 4.42/5 共 12 次評分 |
開發者 | h0wXD |
付費類型 | free |
擴展官網 | https://github.com/h0wXD |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "osu! bloodcat", "description": "This extension manipulates the osu! website to download songs by default from bloodcat.", "version": "1.0.6", "icons": { "16": "bloodcat.png", "48": "bloodcat.png", "128": "bloodcat.png", "256": "bloodcat.png" }, "author": "h0wXD", "permissions": [ "http:\/\/osu.ppy.sh\/*", "https:\/\/osu.ppy.sh\/*" ], "content_scripts": [ { "matches": [ "http:\/\/osu.ppy.sh\/*", "https:\/\/osu.ppy.sh\/*" ], "js": [ "bloodcat.js" ], "run_at": "document_end" } ] } |