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 là gì?

Country&Language switcher For Play Store là một tiện ích mở rộng Chrome được phát triển bởi ASOTools, và tính năng chính của nó là "Change the country and language in Google Play Store in just one click. View app’s page across different countries and languages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Country&Language switcher For Play Store

Tải xuống các tệp mở rộng Country&Language switcher For Play Store dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Country&Language switcher For Play Store Country&Language switcher For Play Store
ID foglafcpjdakccjkamdfipmkfmphgnem
URL Chính Thức https://chromewebstore.google.com/detail/countrylanguage-switcher/foglafcpjdakccjkamdfipmkfmphgnem
Mô tả Change the country and language in Google Play Store in just one click. View app’s page across different countries and languages.
Kích Thước Tệp 338 KB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-07-25
Ngày Phát Hành 2022-11-23
Nhà Phát Triển ASOTools
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://asotools.io?utm_source=ext_chrome401_ExtDetailPage
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}