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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        }
    ]
}