Country Switcher for Google Play

Easily switch country and language in Google Play

Что такое Country Switcher for Google Play?

Country Switcher for Google Play - это расширение Chrome, разработанное appstoreSpy.com, и его основная функция - "Easily switch country and language in Google Play".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Country Switcher for Google Play

Скачайте файлы расширений Country Switcher for Google Play в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        All countries and languages supported by Developer Console                    

Основная информация о расширении

Название Country Switcher for Google Play Country Switcher for Google Play
ID hlphlddcldingdblmfkicepkbiidijje
Официальный URL https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje
Описание Easily switch country and language in Google Play
Размер файла 19.95 KB
Количество установок 2,367
Текущая Версия 1.0.1
Последнее Обновление 2022-09-20
Дата публикации 2021-05-09
Рейтинг 4.17/5 Всего 6 оценок
Разработчик appstoreSpy.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://appstorespy.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Country Switcher for Google Play",
    "version": "1.0.1",
    "description": "Easily switch country and language in Google Play",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/store*"
            ],
            "css": [
                "ext.css"
            ],
            "js": [
                "variables.js",
                "languages.js",
                "countries.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}