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

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

확장 프로그램 사용 설명서

                        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"
    }
}