Country Switcher for Google Play
Easily switch country and language in Google Play
What is Country Switcher for Google Play?
Country Switcher for Google Play is a Chrome extension developed by appstoreSpy.com, and its main feature is "Easily switch country and language in Google Play".
Extension Screenshots
Download Country Switcher for Google Play Extension CRX File
Download Country Switcher for Google Play extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
All countries and languages supported by Developer Console
Extension Basic Information
Name | Country Switcher for Google Play |
ID | hlphlddcldingdblmfkicepkbiidijje |
Official URL | https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje |
Description | Easily switch country and language in Google Play |
File Size | 19.95 KB |
Installation Count | 2,367 |
Current Version | 1.0.1 |
Last Updated | 2022-09-20 |
Publish Date | 2021-05-09 |
Rating | 4.17/5 Total 6 Ratings |
Developer | appstoreSpy.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://appstorespy.com/privacy |
Supported Languages | 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" } } |