Babel

Web Extension forcing 'The Settlers Online' to use the same language as your browser!

Babel란 무엇입니까?

Babel은(는) perceptron8에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Extension forcing 'The Settlers Online' to use the same language as your browser!"입니다.

확장 프로그램 스크린샷

screenshot

Babel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Babel reconfigures 'The Settlers Online' launcher script to use your native language. It does this by slightly changing page content: it modifies 2 variables: "lang" and "realmLang". Regardless of defaults provided by game server, "lang" and "realmLang" are going to be set to values based on your browser localization.                    

확장 프로그램 기본 정보

이름 Babel Babel
ID lnheaccleeofnijkggobiigbojeoekaj
공식 URL https://chromewebstore.google.com/detail/babel/lnheaccleeofnijkggobiigbojeoekaj
설명 Web Extension forcing 'The Settlers Online' to use the same language as your browser!
파일 크기 43.24 KB
설치 횟수 260
현재 버전 0.0.5
최근 업데이트 2020-12-30
출시 날짜 2017-12-20
평점 4.00/5 총 2 개의 평점
개발자 perceptron8
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/perceptron8/babel.ext
도움말 페이지 URL https://github.com/perceptron8/babel.ext/issues
지원되는 언어 de,en,en-GB,en-US,fr,nl,es,es-419,it,pl,pt-BR,ro,el,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "name": "Babel",
    "short_name": "Babel",
    "author": "perceptron8",
    "description": "Web Extension forcing 'The Settlers Online' to use the same language as your browser!",
    "homepage_url": "https:\/\/github.com\/perceptron8\/babel.ext",
    "version": "0.0.5",
    "default_locale": "en",
    "icons": {
        "192": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.diesiedleronline.de\/*",
                "https:\/\/www.juego-thesettlersonline.com\/*",
                "https:\/\/www.thesettlersonline.com\/*",
                "https:\/\/www.thesettlersonline.com.br\/*",
                "https:\/\/www.thesettlersonline.cz\/*",
                "https:\/\/www.thesettlersonline.es\/*",
                "https:\/\/www.thesettlersonline.fr\/*",
                "https:\/\/www.thesettlersonline.gr\/*",
                "https:\/\/www.thesettlersonline.it\/*",
                "https:\/\/www.thesettlersonline.net\/*",
                "https:\/\/www.thesettlersonline.nl\/*",
                "https:\/\/www.thesettlersonline.pl\/*",
                "https:\/\/www.thesettlersonline.ro\/*",
                "https:\/\/www.thesettlersonline.ru\/*",
                "https:\/\/www.tsotesting.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "script.js"
            ]
        }
    ]
}