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!”。
擴展截圖
下載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 |
ID | lnheaccleeofnijkggobiigbojeoekaj |
官方網址 | 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" ] } ] } |