MyIP - ip address and location details
This extension displays your public IPv4 address, provider name and some location.
MyIP - ip address and location detailsとは何ですか?
MyIP - ip address and location detailsはhttps://nokes.deによって開発されたChromeの拡張機能で、その主な機能は「This extension displays your public IPv4 address, provider name and some location.」です。
拡張機能のスクリーンショット
MyIP - ip address and location details拡張機能のCRXファイルをダウンロード
MyIP - ip address and location details拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The MyIP extension displays the current IP address, approximate location and some provider information.
It show some details like: ip address, provider name and the region by ip address. You can copy the ip address by clicking the ip and press crtl+c
It's open source: https://codeberg.org/turbopixel/MyIP-Browser-Extension
Cheers! 拡張機能の基本情報
| 名前 | |
| ID | pdnildedfbigagjbaigbalnfdfpijhaf |
| 公式URL | https://chromewebstore.google.com/detail/myip-ip-address-and-locat/pdnildedfbigagjbaigbalnfdfpijhaf |
| 説明 | This extension displays your public IPv4 address, provider name and some location. |
| ファイルサイズ | 24.03 KB |
| インストール数 | 1,765 |
| 現在のバージョン | 1.5.0 |
| 最終更新日 | 2023-10-15 |
| 公開日 | 2019-06-16 |
| 評価 | 4.11/5 合計 9 レビュー |
| 開発者 | https://nokes.de |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.nokes.de/projekte |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "90",
"author": "Nico Hemkes",
"name": "MyIP - ip address and location details",
"short_name": "MyIP",
"description": "This extension displays your public IPv4 address, provider name and some location.",
"homepage_url": "https:\/\/codeberg.org\/turbopixel\/MyIP-Browser-Extension",
"version": "1.5.0",
"action": {
"default_icon": "icons\/icon-128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"host_permissions": [
"*:\/\/ip.seeip.org\/*"
]
} | |