Babel

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

Babel क्या है?

Babel perceptron8 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web Extension forcing 'The Settlers Online' to use the same language as your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Babel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}