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.
擴展基本資訊
名稱 | MyIPAddress |
ID | ggnknplpocgpecggogjfeimgillocidi |
官方網址 | 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 |
電子郵箱 | [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" } } |