osu! koko
osu! koko download beatmaps automatically! (Now working in old site!)
osu! koko là gì?
osu! koko là một tiện ích mở rộng Chrome được phát triển bởi https://jecsham.com, và tính năng chính của nó là "osu! koko download beatmaps automatically! (Now working in old site!)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng osu! koko
Tải xuống các tệp mở rộng osu! koko dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | osu! koko |
ID | ofcdlcjfjpjjmojphhjlkeamdeagnjjp |
URL Chính Thức | https://chromewebstore.google.com/detail/osu-koko/ofcdlcjfjpjjmojphhjlkeamdeagnjjp |
Mô tả | osu! koko download beatmaps automatically! (Now working in old site!) |
Kích Thước Tệp | 97.13 KB |
Số Lần Cài Đặt | 4,876 |
Phiên Bản Hiện Tại | 3.4.0 |
Cập Nhật Lần Cuối | 2021-10-30 |
Ngày Phát Hành | 2020-01-26 |
Đánh Giá | 4.67/5 Tổng số 49 Đánh Giá |
Nhà Phát Triển | https://jecsham.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |