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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/*"
]
} | |