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?是由Virej Dasani開發的Chrome擴展程式,該擴展的主要功能是“This extension shows your location and IP address so you can check if your VPN works!”。

擴展截圖

screenshot

下載Where Am I?擴展crx文件

下載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
官方網址 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"
    }
}