Babel

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

Co to jest Babel?

Babel to rozszerzenie Chrome opracowane przez perceptron8, a jego główną funkcją jest „Web Extension forcing 'The Settlers Online' to use the same language as your browser!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Babel

Pobierz pliki rozszerzeń Babel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Babel Babel
ID lnheaccleeofnijkggobiigbojeoekaj
Oficjalny URL https://chromewebstore.google.com/detail/babel/lnheaccleeofnijkggobiigbojeoekaj
Opis Web Extension forcing 'The Settlers Online' to use the same language as your browser!
Rozmiar pliku 43.24 KB
Liczba instalacji 260
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2020-12-30
Data Publikacji 2017-12-20
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper perceptron8
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/perceptron8/babel.ext
Adres URL Strony Pomocy https://github.com/perceptron8/babel.ext/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}