Country Switcher for Google Play
Easily switch country and language in Google Play
Was ist Country Switcher for Google Play?
Country Switcher for Google Play ist eine Chrome-Erweiterung, die von appstoreSpy.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily switch country and language in Google Play".
Erweiterungsscreenshots
Country Switcher for Google Play-Erweiterungs-CRX-Datei herunterladen
Laden Sie Country Switcher for Google Play-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
All countries and languages supported by Developer Console
Grundlegende Informationen zur Erweiterung
Name | Country Switcher for Google Play |
ID | hlphlddcldingdblmfkicepkbiidijje |
Offizielle URL | https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje |
Beschreibung | Easily switch country and language in Google Play |
Dateigröße | 19.95 KB |
Installationsanzahl | 2,367 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2022-09-20 |
Veröffentlichungsdatum | 2021-05-09 |
Bewertung | 4.17/5 Insgesamt 6 Bewertungen |
Entwickler | appstoreSpy.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://appstorespy.com/privacy |
Unterstützte Sprachen | 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" } } |