Where Am I?

This extension shows your location and IP address so you can check if your VPN works!

Where Am I?คืออะไร?

Where Am I? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Virej Dasani และคุณลักษณะหลักของมันคือ "This extension shows your location and IP address so you can check if your VPN works!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Where Am I?

ดาวน์โหลดไฟล์ส่วนขยาย Where Am I? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        With this extension, you can check if your VPN or location spoofing is working/turned-on by clicking the extension icon. It will show your location and IP address.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Where Am I? Where Am I?
ID omdigpceoegkkeleilnnhcphljchbiec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/where-am-i/omdigpceoegkkeleilnnhcphljchbiec
คำอธิบาย This extension shows your location and IP address so you can check if your VPN works!
ขนาดไฟล์ 76.91 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-03-21
วันที่เผยแพร่ 2021-03-21
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Virej Dasani
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://virejdasani.github.io/virej/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Where Am I?",
    "description": "This extension shows your location and IP address so you can check if your VPN works!",
    "version": "1.0",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "public\/popup.html"
    }
}