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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add regional flags on the osu! website. While Also updating osu! global score on profiles."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

osu! subdivide nations 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}