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
电子邮箱 [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"
            ]
        }
    ]
}