Country Switcher for Google Play

Easily switch country and language in Google Play

Cos'è Country Switcher for Google Play?

Country Switcher for Google Play è un'estensione di Chrome sviluppata da appstoreSpy.com, e la sua funzione principale è "Easily switch country and language in Google Play".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Country Switcher for Google Play

Scarica i file di estensione Country Switcher for Google Play in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        All countries and languages supported by Developer Console                    

Informazioni di Base sull'Estensione

Nome Country Switcher for Google Play Country Switcher for Google Play
ID hlphlddcldingdblmfkicepkbiidijje
URL Ufficiale https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje
Descrizione Easily switch country and language in Google Play
Dimensione del File 19.95 KB
Conteggio Installazioni 2,367
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-09-20
Data di Pubblicazione 2021-05-09
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore appstoreSpy.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://appstorespy.com/privacy
Lingue Supportate 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"
    }
}