osu! koko
osu! koko download beatmaps automatically! (Now working in old site!)
osu! kokoとは何ですか?
osu! kokoはhttps://jecsham.comによって開発されたChromeの拡張機能で、その主な機能は「osu! koko download beatmaps automatically! (Now working in old site!)」です。
拡張機能のスクリーンショット
osu! koko拡張機能のCRXファイルをダウンロード
osu! koko拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features: * Automatic beatmaps downloads (without videos can be configured in options). * Working in old and new site. You should know the following: * This is NOT an official osu! extension. * Keep in mind that the best way to download beatmaps is with the osu suporter tag Donate: paypal.me/Jecsham
拡張機能の基本情報
名前 | osu! koko |
ID | ofcdlcjfjpjjmojphhjlkeamdeagnjjp |
公式URL | https://chromewebstore.google.com/detail/osu-koko/ofcdlcjfjpjjmojphhjlkeamdeagnjjp |
説明 | osu! koko download beatmaps automatically! (Now working in old site!) |
ファイルサイズ | 97.13 KB |
インストール数 | 4,876 |
現在のバージョン | 3.4.0 |
最終更新日 | 2021-10-30 |
公開日 | 2020-01-26 |
評価 | 4.67/5 合計 49 レビュー |
開発者 | https://jecsham.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "osu! koko", "version": "3.4.0", "description": "osu! koko download beatmaps automatically! (Now working in old site!)", "author": "Jecsham", "manifest_version": 3, "icons": { "16": "src\/img\/icon16.png", "48": "src\/img\/icon48.png", "128": "src\/img\/icon128.png" }, "action": { "default_title": "Open osu! koko", "default_icon": "src\/img\/icon128.png", "default_popup": "src\/popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/osu.ppy.sh\/beatmapsets\/*", "https:\/\/osu.ppy.sh\/s\/*", "https:\/\/osu.ppy.sh\/b\/*" ], "css": [ "src\/css\/dom-style.css" ], "js": [ "src\/js\/content.js" ] } ], "permissions": [ "storage" ] } |