osu! koko
osu! koko download beatmaps automatically! (Now working in old site!)
osu! koko क्या है?
osu! koko https://jecsham.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "osu! koko download beatmaps automatically! (Now working in old site!)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में osu! koko एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |