Country Switcher for Google Play

Easily switch country and language in Google Play

Qu'est-ce que Country Switcher for Google Play ?

Country Switcher for Google Play est une extension Chrome développée par appstoreSpy.com, et sa fonction principale est "Easily switch country and language in Google Play".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Country Switcher for Google Play

Téléchargez les fichiers d'extension Country Switcher for Google Play au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        All countries and languages supported by Developer Console                    

Informations de Base sur l'Extension

Nom Country Switcher for Google Play Country Switcher for Google Play
ID hlphlddcldingdblmfkicepkbiidijje
URL Officiel https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje
Description Easily switch country and language in Google Play
Taille du Fichier 19.95 KB
Nombre d'Installations 2,367
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-09-20
Date de Publication 2021-05-09
Évaluation 4.17/5 Total 6 Évaluations
Développeur appstoreSpy.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://appstorespy.com/privacy
Langues Prises en Charge 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"
    }
}