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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the country and language in Google Play Store in just one click. View app’s page across different countries and languages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Country&Language switcher For Play Store एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}