Babel

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

Babelคืออะไร?

Babel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย perceptron8 และคุณลักษณะหลักของมันคือ "Web Extension forcing 'The Settlers Online' to use the same language as your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Babel

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}