IP Address Information by IPinfo.io

Get all the details for the web page's IP address, including geolocation, network, ASN, and more.

Qu'est-ce que IP Address Information by IPinfo.io ?

IP Address Information by IPinfo.io est une extension Chrome développée par https://ipinfo.io, et sa fonction principale est "Get all the details for the web page's IP address, including geolocation, network, ASN, and more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IP Address Information by IPinfo.io

Téléchargez les fichiers d'extension IP Address Information by IPinfo.io 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

                        IPinfo.io Chrome Extension gives you the full IP address information about the server of the website you're visiting. It also shows you the map with the approximate distance between the website server and your location.

In addition, you can select any IP or ASN text on the page and view it on the IPinfo website via the context menu.

Here's the list of the data points displayed:

 - IP address
 - City
 - Region
 - Country
 - Latitude & Longitude
 - Postal code
 - Timezone
 - Reverse hostname
 - Anycast
 - ASN details
 - Carrier details
 - Company details
 - Privacy details (e.g. Hosting/Tor/VPN/Proxy)
 - Abuse details                    

Informations de Base sur l'Extension

Nom IP Address Information by IPinfo.io IP Address Information by IPinfo.io
ID dfdphlgjcfobnklpiiobcfmbdnmihjpo
URL Officiel https://chromewebstore.google.com/detail/ip-address-information-by/dfdphlgjcfobnklpiiobcfmbdnmihjpo
Description Get all the details for the web page's IP address, including geolocation, network, ASN, and more.
Taille du Fichier 1.52 MB
Nombre d'Installations 3,245
Version Actuelle 1.2.1
Dernière Mise à Jour 2021-11-11
Date de Publication 2015-12-25
Évaluation 3.95/5 Total 19 Évaluations
Développeur https://ipinfo.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ipinfo.io
URL de la Page d'Aide https://ipinfo.io/developers
URL de la Page de Politique de Confidentialité https://ipinfo.io/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Address Information by IPinfo.io",
    "description": "Get all the details for the web page's IP address, including geolocation, network, ASN, and more.",
    "version": "1.2.1",
    "manifest_version": 2,
    "author": "IPinfo Team",
    "homepage_url": "https:\/\/ipinfo.io",
    "permissions": [
        "webRequest",
        "storage",
        "geolocation",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "common.js",
            "ctxmenu.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}