Babel
Web Extension forcing 'The Settlers Online' to use the same language as your browser!
O que é Babel?
Babel é uma extensão do Chrome desenvolvida por perceptron8, e sua principal característica é "Web Extension forcing 'The Settlers Online' to use the same language as your browser!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Babel
Baixe arquivos de extensão Babel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Babel |
ID | lnheaccleeofnijkggobiigbojeoekaj |
URL Oficial | https://chromewebstore.google.com/detail/babel/lnheaccleeofnijkggobiigbojeoekaj |
Descrição | Web Extension forcing 'The Settlers Online' to use the same language as your browser! |
Tamanho do Arquivo | 43.24 KB |
Contagem de Instalações | 260 |
Versão Atual | 0.0.5 |
Última Atualização | 2020-12-30 |
Data de Publicação | 2017-12-20 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | perceptron8 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/perceptron8/babel.ext |
URL da Página de Ajuda | https://github.com/perceptron8/babel.ext/issues |
Idiomas Suportados | 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" ] } ] } |