MyIPAddress
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
MyIPAddressとは何ですか?
MyIPAddressはhttps://freeipapi.comによって開発されたChromeの拡張機能で、その主な機能は「MyIPAddress is an extension that gives you your public ip address information such as which country and city is.」です。
拡張機能のスクリーンショット
MyIPAddress拡張機能のCRXファイルをダウンロード
MyIPAddress拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MyIPAddress is an extension that gives you your public ip address information such as which country and city is. 拡張機能の基本情報
| 名前 | |
| ID | ggnknplpocgpecggogjfeimgillocidi |
| 公式URL | https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi |
| 説明 | MyIPAddress is an extension that gives you your public ip address information such as which country and city is. |
| ファイルサイズ | 15.37 KB |
| インストール数 | 66 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2023-04-15 |
| 公開日 | 2022-10-05 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://freeipapi.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://freeipapi.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.2",
"manifest_version": 3,
"name": "MyIPAddress",
"permissions": [
"webRequest"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"icons": {
"16": "images\/icon-16x16.png",
"24": "images\/icon-24x24.png",
"32": "images\/icon-32x32.png"
},
"action": {
"default_icon": {
"16": "images\/icon-16x16.png",
"24": "images\/icon-24x24.png",
"32": "images\/icon-32x32.png"
},
"default_title": "Click Me",
"default_popup": "popup.html"
}
} | |