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 |
电子邮箱 | [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" ] } |