Country Switcher for Google Play

Easily switch country and language in Google Play

Co to jest Country Switcher for Google Play?

Country Switcher for Google Play to rozszerzenie Chrome opracowane przez appstoreSpy.com, a jego główną funkcją jest „Easily switch country and language in Google Play”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Country Switcher for Google Play

Pobierz pliki rozszerzeń Country Switcher for Google Play 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

                        All countries and languages supported by Developer Console                    

Podstawowe informacje o rozszerzeniu

Nazwa Country Switcher for Google Play Country Switcher for Google Play
ID hlphlddcldingdblmfkicepkbiidijje
Oficjalny URL https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje
Opis Easily switch country and language in Google Play
Rozmiar pliku 19.95 KB
Liczba instalacji 2,367
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-09-20
Data Publikacji 2021-05-09
Ocena 4.17/5 Łącznie 6 Oceny
Deweloper appstoreSpy.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://appstorespy.com/privacy
Obsługiwane Języki 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"
    }
}