Country Switcher for Google Play

Easily switch country and language in Google Play

ما هو Country Switcher for Google Play؟

Country Switcher for Google Play هو إضافة Chrome تم تطويرها بواسطة appstoreSpy.com، والميزة الرئيسية لها هي "Easily switch country and language in Google Play".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Country Switcher for Google Play

قم بتنزيل ملفات الامتداد Country Switcher for Google Play بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}