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”。

扩展截图

screenshot

下载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 Country Switcher for Google Play
ID hlphlddcldingdblmfkicepkbiidijje
官方URL 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"
    }
}