Country Switcher for Google Play
Easily switch country and language in Google Play
什麼是Country Switcher for Google Play?
Country Switcher for Google Play是由appstoreSpy.com開發的Chrome擴展程式,該擴展的主要功能是“Easily switch country and language in Google Play”。
擴展截圖
下載Country Switcher for Google Play擴展crx文件
下載Country Switcher for Google Play擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
All countries and languages supported by Developer Console
擴展基本資訊
名稱 | Country Switcher for Google Play |
ID | hlphlddcldingdblmfkicepkbiidijje |
官方網址 | https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje |
簡介 | Easily switch country and language in Google Play |
檔案大小 | 19.95 KB |
安裝次數 | 2,367 |
目前版本 | 1.0.1 |
更新時間 | 2022-09-20 |
上架時間 | 2021-05-09 |
評分 | 4.17/5 共 6 次評分 |
開發者 | appstoreSpy.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://appstorespy.com/privacy |
支援的語言 | 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" } } |