My Public IP

Displays your public IP address and the country that it belongs to.

Qu'est-ce que My Public IP ?

My Public IP est une extension Chrome développée par ml, et sa fonction principale est "Displays your public IP address and the country that it belongs to.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension My Public IP

Téléchargez les fichiers d'extension My Public IP 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

                        Simply click on the icon to see the information.
IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com.                    

Informations de Base sur l'Extension

Nom My Public IP My Public IP
ID mfogaajkjakkhpidbcbpfbbibgbmjihk
URL Officiel https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk
Description Displays your public IP address and the country that it belongs to.
Taille du Fichier 262 KB
Nombre d'Installations 250
Version Actuelle 1.3
Dernière Mise à Jour 2021-03-03
Date de Publication 2020-04-22
Évaluation 4.50/5 Total 2 Évaluations
Développeur ml
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Public IP",
    "description": "Displays your public IP address and the country that it belongs to.",
    "version": "1.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "My Public IP"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "images\/*"
    ]
}