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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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