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ファイルをダウンロード

Babel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}