Country Switcher for Google Play

Easily switch country and language in Google Play

O que é Country Switcher for Google Play?

Country Switcher for Google Play é uma extensão do Chrome desenvolvida por appstoreSpy.com, e sua principal característica é "Easily switch country and language in Google Play".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Country Switcher for Google Play

Baixe arquivos de extensão Country Switcher for Google Play no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        All countries and languages supported by Developer Console                    

Informações Básicas da Extensão

Nome Country Switcher for Google Play Country Switcher for Google Play
ID hlphlddcldingdblmfkicepkbiidijje
URL Oficial https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje
Descrição Easily switch country and language in Google Play
Tamanho do Arquivo 19.95 KB
Contagem de Instalações 2,367
Versão Atual 1.0.1
Última Atualização 2022-09-20
Data de Publicação 2021-05-09
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor appstoreSpy.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://appstorespy.com/privacy
Idiomas Suportados 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"
    }
}