Whatismyipaddress - Show My IP address
Show your IP address, ISP, location, DNS. You can get my IP address more information.
Whatismyipaddress - Show My IP addressとは何ですか?
Whatismyipaddress - Show My IP addressはhttps://windows11tools.comによって開発されたChromeの拡張機能で、その主な機能は「Show your IP address, ISP, location, DNS. You can get my IP address more information.」です。
拡張機能のスクリーンショット
Whatismyipaddress - Show My IP address拡張機能のCRXファイルをダウンロード
Whatismyipaddress - Show My IP address拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Whatismyipaddress extension for chrome is aimed to help windows 11 users check IP address. It shows detailed information about your location of city, country, latitude, longitude and location shown on Google Maps. Features: Shows your current IP address information. Detailed information about city, country, latitude, longitude and location shown on Google Maps. Log your IP history and notify you when it changes. Shows the country and city where your IP address is located. Information about IPv4 and IPv6. See all official registration information related to your IP address.
拡張機能の基本情報
名前 | |
ID | lfcnpljmmpocjjdcnjegakopjfpemodn |
公式URL | https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn |
説明 | Show your IP address, ISP, location, DNS. You can get my IP address more information. |
ファイルサイズ | 146 KB |
インストール数 | 46 |
現在のバージョン | 2.0.2 |
最終更新日 | 2021-10-21 |
公開日 | 2021-10-21 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | https://windows11tools.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://windows11tools.com/ |
プライバシーポリシーページのURL | https://windows11tools.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatismyipaddress - Show My IP address", "version": "2.0.2", "manifest_version": 2, "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.", "background": { "scripts": [ "js\/main.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon.19.png", "38": "images\/icon.38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.128.png" }, "incognito": "spanning", "minimum_chrome_version": "17", "permissions": [ "http:\/\/*.hidemyass.com\/", "http:\/\/*.hmageo.com\/" ] } |