Country Switcher for Google Play
Easily switch country and language in Google Play
Hvad er Country Switcher for Google Play?
Country Switcher for Google Play er en Chrome-udvidelse udviklet af appstoreSpy.com, og dens hovedfunktion er "Easily switch country and language in Google Play".
Udvidelsesskærmbilleder
Download Country Switcher for Google Play-udvidelses-CRX-fil
Download Country Switcher for Google Play-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
All countries and languages supported by Developer Console
Grundlæggende oplysninger om udvidelsen
Navn | Country Switcher for Google Play |
ID | hlphlddcldingdblmfkicepkbiidijje |
Officiel URL | https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje |
Beskrivelse | Easily switch country and language in Google Play |
Filstørrelse | 19.95 KB |
Antal Installationer | 2,367 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2022-09-20 |
Udgivelsesdato | 2021-05-09 |
Bedømmelse | 4.17/5 Samlet 6 Bedømmelser |
Udvikler | appstoreSpy.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://appstorespy.com/privacy |
Understøttede Sprog | 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" } } |