Country Switcher for Google Play
Easily switch country and language in Google Play
Wat is Country Switcher for Google Play?
Country Switcher for Google Play is een Chrome-extensie ontwikkeld door appstoreSpy.com, en de belangrijkste functie is "Easily switch country and language in Google Play".
Extensie Screenshots
Download het CRX-bestand van de extensie Country Switcher for Google Play
Download Country Switcher for Google Play-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
All countries and languages supported by Developer Console
Basisinformatie over de Extensie
Naam | Country Switcher for Google Play |
ID | hlphlddcldingdblmfkicepkbiidijje |
Officiële URL | https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje |
Beschrijving | Easily switch country and language in Google Play |
Bestandsgrootte | 19.95 KB |
Aantal Installaties | 2,367 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-09-20 |
Publicatiedatum | 2021-05-09 |
Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | appstoreSpy.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://appstorespy.com/privacy |
Ondersteunde Talen | 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" } } |