Country Switcher for Google Play

Easily switch country and language in Google Play

Co je Country Switcher for Google Play?

Country Switcher for Google Play je rozšíření Chrome vyvinuté appstoreSpy.com, a jeho hlavní funkcí je „Easily switch country and language in Google Play“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Country Switcher for Google Play

Stáhněte si soubory rozšíření Country Switcher for Google Play ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        All countries and languages supported by Developer Console                    

Základní Informace o Rozšíření

Název Country Switcher for Google Play Country Switcher for Google Play
ID hlphlddcldingdblmfkicepkbiidijje
Oficiální URL https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje
Popis Easily switch country and language in Google Play
Velikost souboru 19.95 KB
Počet instalací 2,367
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-09-20
Datum Vydání 2021-05-09
Hodnocení 4.17/5 Celkem 6 Hodnocení
Vývojář appstoreSpy.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://appstorespy.com/privacy
Podporované Jazyky 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"
    }
}