My IP

Your public IP address and other tracking info

什麼是My IP?

My IP是由https://singleclickapps.com開發的Chrome擴展程式,該擴展的主要功能是“Your public IP address and other tracking info”。

擴展截圖

screenshot
screenshot

下載My IP擴展crx文件

下載My IP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        My IP is a tool which will show you your IP address and (if available) your host name, country and city. 
- Shows your public (remote, visible from internet) IP address
- shows location info (if found) -- like country, city and region
- shows the exact location (if available in the IP database) of your device on the map
- shows some other tracking info (host name, http headers)
- shows if Cookies and JavaScript are enabled and what's your browser user-agent string.                    

擴展基本資訊

名稱 My IP My IP
ID dhbbikoofbipjbkbkckpcnakflgoejli
官方網址 https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli
簡介 Your public IP address and other tracking info
檔案大小 21.68 KB
安裝次數 681
目前版本 2.1.0.3
更新時間 2020-05-11
上架時間 2020-05-11
評分 4.71/5 共 7 次評分
開發者 https://singleclickapps.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://singleclickapps.com/ip-plus
隱私政策頁面URL https://singleclickapps.com/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My IP",
    "version": "2.1.0.3",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/ip-plus",
    "description": "Your public IP address and other tracking info",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "My IP"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}