osu! subdivide nations
Add regional flags on the osu! website. While Also updating osu! global score on profiles.
osu! subdivide nations क्या है?
osu! subdivide nations cavitedev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add regional flags on the osu! website. While Also updating osu! global score on profiles."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में osu! subdivide nations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enhances osu! website and related websites with the following features: - Display regional flags next to national flags. - Adds Score Ranking to the profiles Regions data come from https://osuworld.octo.moe/ If you wish to have the regional flag on your profile shown you should log in there.
एक्सटेंशन की मूल जानकारी
नाम | osu! subdivide nations |
ID | ehdehfcjlmekjdolbbmjgokdfeoocccd |
आधिकारिक URL | https://chromewebstore.google.com/detail/osu-subdivide-nations/ehdehfcjlmekjdolbbmjgokdfeoocccd |
विवरण | Add regional flags on the osu! website. While Also updating osu! global score on profiles. |
फ़ाइल का आकार | 182 KB |
स्थापना संख्या | 7,172 |
वर्तमान संस्करण | 3.6.3 |
अंतिम अपडेट | 2024-02-14 |
प्रकाशन तिथि | 2023-09-11 |
रेटिंग | 4.82/5 कुल 17 रेटिंग्स |
डेवलपर | cavitedev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Cavitedev/Subdivision-Flags |
सहायता पृष्ठ URL | https://discord.gg/YjH34wpadx |
समर्थित भाषाएँ | id,de,en,fil,fr,nl,no,vi,tr,ca,da,es,it,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,th,ar,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Cavitedev", "description": "__MSG_appDesc__", "name": "osu! subdivide nations", "version": "3.6.3", "content_scripts": [ { "matches": [ "https:\/\/osu.ppy.sh\/*" ], "js": [ "src\/content-script\/osu\/content.js" ], "css": [ "assets\/src\/content-script\/osu\/styles-r20BUWgY.css" ] }, { "matches": [ "https:\/\/wybin.xyz\/*" ], "js": [ "src\/content-script\/wybin\/content.js" ] } ], "default_locale": "en", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "options_ui": { "page": "src\/ui\/options\/index.html", "open_in_tab": true }, "permissions": [ "storage" ], "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" }, "default_popup": "src\/ui\/popup\/index.html" }, "web_accessible_resources": [ { "matches": [ "https:\/\/osu.ppy.sh\/*", "https:\/\/wybin.xyz\/*" ], "resources": [ "flags.json", "_locales\/**\/*" ] }, { "resources": [ "assets\/src\/content-script\/osu\/content-BYtNylfu.js", "assets\/languageOsuWorld-mN-tPwJW.js", "assets\/browser-polyfill--t5dPApX.js", "assets\/html-Vhy4-aot.js", "assets\/utils-14RaLO0_.js", "assets\/languageChrome-A3bF212R.js", "assets\/preferences-4jdP1R2T.js" ], "matches": [ "https:\/\/osu.ppy.sh\/*" ], "use_dynamic_url": true }, { "resources": [ "assets\/src\/content-script\/wybin\/content-FKfc52pv.js", "assets\/utils-14RaLO0_.js", "assets\/languageOsuWorld-mN-tPwJW.js", "assets\/browser-polyfill--t5dPApX.js", "assets\/html-Vhy4-aot.js" ], "matches": [ "https:\/\/wybin.xyz\/*" ], "use_dynamic_url": true } ], "manifest_version": 3 } |