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