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.

Qu'est-ce que IP to Country Flag & MY IP - WhatIsMyIP.click ?

IP to Country Flag & MY IP - WhatIsMyIP.click est une extension Chrome développée par https://whatismyip.click, et sa fonction principale est "Display the IP and Country information of the currently viewed website and also display's your external IP address.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IP to Country Flag & MY IP - WhatIsMyIP.click

Téléchargez les fichiers d'extension IP to Country Flag & MY IP - WhatIsMyIP.click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom IP to Country Flag & MY IP - WhatIsMyIP.click IP to Country Flag & MY IP - WhatIsMyIP.click
ID emanejijncjdmojiabcfkolkkjdnnmol
URL Officiel https://chromewebstore.google.com/detail/ip-to-country-flag-my-ip/emanejijncjdmojiabcfkolkkjdnnmol
Description Display the IP and Country information of the currently viewed website and also display's your external IP address.
Taille du Fichier 966 KB
Nombre d'Installations 649
Version Actuelle 1.0.0.18
Dernière Mise à Jour 2018-08-14
Date de Publication 2018-08-14
Évaluation 3.80/5 Total 5 Évaluations
Développeur https://whatismyip.click
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://eria.io/privacy-policy
Langues Prises en Charge 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"
    ]
}