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
Eメール [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"
    }
}