My IP

Your public IP address and other tracking info

Qu'est-ce que My IP ?

My IP est une extension Chrome développée par https://singleclickapps.com, et sa fonction principale est "Your public IP address and other tracking info".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        My IP is a tool which will show you your IP address and (if available) your host name, country and city. 
- Shows your public (remote, visible from internet) IP address
- shows location info (if found) -- like country, city and region
- shows the exact location (if available in the IP database) of your device on the map
- shows some other tracking info (host name, http headers)
- shows if Cookies and JavaScript are enabled and what's your browser user-agent string.                    

Informations de Base sur l'Extension

Nom My IP My IP
ID dhbbikoofbipjbkbkckpcnakflgoejli
URL Officiel https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli
Description Your public IP address and other tracking info
Taille du Fichier 21.68 KB
Nombre d'Installations 681
Version Actuelle 2.1.0.3
Dernière Mise à Jour 2020-05-11
Date de Publication 2020-05-11
Évaluation 4.71/5 Total 7 Évaluations
Développeur https://singleclickapps.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://singleclickapps.com/ip-plus
URL de la Page de Politique de Confidentialité https://singleclickapps.com/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My IP",
    "version": "2.1.0.3",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/ip-plus",
    "description": "Your public IP address and other tracking info",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "My IP"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}