IPMonitor

IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.

什麼是IPMonitor?

IPMonitor是由ZiB開發的Chrome擴展程式,該擴展的主要功能是“IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.”。

擴展截圖

screenshot

下載IPMonitor擴展crx文件

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

擴展使用說明

                        IPMonitor is all about getting to know your current IP address. Whether you are using a VPN or proxy, if your IP is still unchanged, there's something fishy with the cloaking services you are using. So, use, IPMonitor to get to know your current IP address to make sure there's no IP leakages taking place and your true identity is anonymous.                    

擴展基本資訊

名稱 IPMonitor IPMonitor
ID oodjlfepkheipoglihhbapdcelcaojje
官方網址 https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje
簡介 IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
檔案大小 1.32 MB
安裝次數 92
目前版本 1.0
更新時間 2018-03-04
上架時間 2018-03-04
評分 4.57/5 共 7 次評分
開發者 ZiB
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPMonitor",
    "version": "1.0",
    "author": "Vadagon",
    "manifest_version": 2,
    "description": "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "Show your IP"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "scripts\/*"
    ],
    "minimum_chrome_version": "32"
}