Country Switcher for Google Play
Easily switch country and language in Google Play
Apa itu Country Switcher for Google Play?
Country Switcher for Google Play adalah ekstensi Chrome yang dikembangkan oleh appstoreSpy.com, dan fitur utamanya adalah "Easily switch country and language in Google Play".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Country Switcher for Google Play
Unduh file ekstensi Country Switcher for Google Play dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
All countries and languages supported by Developer Console
Informasi Dasar Ekstensi
Nama | Country Switcher for Google Play |
ID | hlphlddcldingdblmfkicepkbiidijje |
URL Resmi | https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje |
Deskripsi | Easily switch country and language in Google Play |
Ukuran File | 19.95 KB |
Jumlah Instalasi | 2,367 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2022-09-20 |
Tanggal Publikasi | 2021-05-09 |
Penilaian | 4.17/5 Total 6 Penilaian |
Pengembang | appstoreSpy.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://appstorespy.com/privacy |
Bahasa yang Didukung | 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" } } |