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.

Was ist IP to Country Flag & MY IP - WhatIsMyIP.click?

IP to Country Flag & MY IP - WhatIsMyIP.click ist eine Chrome-Erweiterung, die von https://whatismyip.click entwickelt wurde, und ihr Hauptmerkmal ist "Display the IP and Country information of the currently viewed website and also display's your external IP address.".

Erweiterungsscreenshots

screenshot
screenshot

IP to Country Flag & MY IP - WhatIsMyIP.click-Erweiterungs-CRX-Datei herunterladen

Laden Sie IP to Country Flag & MY IP - WhatIsMyIP.click-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name IP to Country Flag & MY IP - WhatIsMyIP.click IP to Country Flag & MY IP - WhatIsMyIP.click
ID emanejijncjdmojiabcfkolkkjdnnmol
Offizielle URL https://chromewebstore.google.com/detail/ip-to-country-flag-my-ip/emanejijncjdmojiabcfkolkkjdnnmol
Beschreibung Display the IP and Country information of the currently viewed website and also display's your external IP address.
Dateigröße 966 KB
Installationsanzahl 649
Aktuelle Version 1.0.0.18
Letztes Update 2018-08-14
Veröffentlichungsdatum 2018-08-14
Bewertung 3.80/5 Insgesamt 5 Bewertungen
Entwickler https://whatismyip.click
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://eria.io/privacy-policy
Unterstützte Sprachen 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"
    ]
}