Where Am I? - VPN Checker
Displays an icon of a flag of the country you appear to be coming from.
Where Am I? - VPN Checkerคืออะไร?
Where Am I? - VPN Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย frontlite-ventures และคุณลักษณะหลักของมันคือ "Displays an icon of a flag of the country you appear to be coming from."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Where Am I? - VPN Checker
ดาวน์โหลดไฟล์ส่วนขยาย Where Am I? - VPN Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Check your IP address with this extension. It displays a flag of the country you look like you're coming from.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Where Am I? - VPN Checker |
ID | hbgdaefcalonegdjkhfaeabgodpahimo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo |
คำอธิบาย | Displays an icon of a flag of the country you appear to be coming from. |
ขนาดไฟล์ | 241 KB |
จำนวนการติดตั้ง | 698 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2016-08-14 |
วันที่เผยแพร่ | 2016-08-14 |
คะแนน | 3.45/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | frontlite-ventures |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://frontlite.net/privacy-policy.html |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Where Am I? - VPN Checker", "description": "Displays an icon of a flag of the country you appear to be coming from.", "version": "2", "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "flags3\/_unknown.png", "default_popup": "popupmb.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com\/ https:\/\/cdnjs.cloudflare.com\/ https:\/\/api.mapbox.com\/ https:\/\/ssl.google-analytics.com https:\/\/maps.googleapis.com\/maps-api-v3\/api\/js\/23\/6\/infowindow.js https:\/\/maps.googleapis.com\/ https:\/\/maps.google.com\/ https:\/\/www.google.com\/maps\/embed https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'", "manifest_version": 2 } |