Country&Language switcher For Play Store

Change the country and language in Google Play Store in just one click. View app’s page across different countries and languages.

什麼是Country&Language switcher For Play Store?

Country&Language switcher For Play Store是由ASOTools開發的Chrome擴展程式,該擴展的主要功能是“Change the country and language in Google Play Store in just one click. View app’s page across different countries and languages.”。

擴展截圖

screenshot
screenshot

下載Country&Language switcher For Play Store擴展crx文件

下載Country&Language switcher For Play Store擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension makes it easy to change the country and language in Google Play Store, you can preview any app's page in any country and in any language, get insights into app and game trends in different countries.

Check app international prices and other information, so you App Store Optimization (ASO) just got easier! 
This tool offers the most convenient way to research your competitors, compare any app’s metadata.

With just one click:
- Open the Google Play Store, or enter the app details page.
- Easily view app store pages in any country and in any language.
- Easily view Top Charts of app and games in any country.                    

擴展基本資訊

名稱 Country&Language switcher For Play Store Country&Language switcher For Play Store
ID foglafcpjdakccjkamdfipmkfmphgnem
官方網址 https://chromewebstore.google.com/detail/countrylanguage-switcher/foglafcpjdakccjkamdfipmkfmphgnem
簡介 Change the country and language in Google Play Store in just one click. View app’s page across different countries and languages.
檔案大小 338 KB
安裝次數 282
目前版本 1.0.2
更新時間 2023-07-25
上架時間 2022-11-23
開發者 ASOTools
電子郵箱 [email protected]
付費類型 free
擴展官網 https://asotools.io?utm_source=ext_chrome401_ExtDetailPage
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "__MSG_appShortName__",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_appDesc__",
        "default_icon": {
            "16": "icon\/icon16.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                ".\/manifest.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/play.google.com\/store\/apps\/details*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "https:\/\/play.google.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/kodepay.io\/*"
            ],
            "run_at": "document_start"
        }
    ]
}