IP to Country Flag & MY IP - WhatIsMyIP.click

Display the IP and Country information of the currently viewed website and also display's your external IP address.

IP to Country Flag & MY IP - WhatIsMyIP.clickとは何ですか?

IP to Country Flag & MY IP - WhatIsMyIP.clickはhttps://whatismyip.clickによって開発されたChromeの拡張機能で、その主な機能は「Display the IP and Country information of the currently viewed website and also display's your external IP address.」です。

拡張機能のスクリーンショット

screenshot
screenshot

IP to Country Flag & MY IP - WhatIsMyIP.click拡張機能のCRXファイルをダウンロード

IP to Country Flag & MY IP - WhatIsMyIP.click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Display the IP and Country information of the currently viewed website and also quickly obtain your external IP address. 

Shows 
-The IP and Country Flag of the website you are currently on
- Your IP address
- RDNS information

Version 1.0.0.18
- Fixed performance issue

Version 1.0.0.16
- Changed font

Version 1.0.0.16
- Fixed layout issue

Version 1.0.0.15
- Performance modifications
- Load balancing
- Added Alexa Link

Version 1.0.0.14
- New WHOIS format                    

拡張機能の基本情報

名前 IP to Country Flag & MY IP - WhatIsMyIP.click IP to Country Flag & MY IP - WhatIsMyIP.click
ID emanejijncjdmojiabcfkolkkjdnnmol
公式URL https://chromewebstore.google.com/detail/ip-to-country-flag-my-ip/emanejijncjdmojiabcfkolkkjdnnmol
説明 Display the IP and Country information of the currently viewed website and also display's your external IP address.
ファイルサイズ 966 KB
インストール数 649
現在のバージョン 1.0.0.18
最終更新日 2018-08-14
公開日 2018-08-14
評価 3.80/5 合計 5 レビュー
開発者 https://whatismyip.click
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://eria.io/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP to Country Flag & MY IP - WhatIsMyIP.click",
    "description": "Display the IP and Country information of the currently viewed website and also display's your external IP address.",
    "version": "1.0.0.18",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html",
        "default_title": "IP to Country Flag & My IP - WhatIsMyIP.click"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "",
        "tabs"
    ]
}