IP Whois

View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.

¿Qué es IP Whois?

IP Whois es una extensión de Chrome desarrollada por Sergio, y su función principal es "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión IP Whois

Descarga archivos de extensión IP Whois en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension is designed to be fast and lightweight, allows you to view all information of any website:
- Display the country flag of the website in the current tab.
- Show the map, IPv4 and IPv6 adresses, hostname, and the hosting company/organization.
- All DNS records.
- Whois owner information.
- Geolocalization (down to the city).
- A fast link to the Wayback Machine.
- SSL check tools.
- White and dark theme support.
- ... and much more

Support the extension development!
https://github.com/sponsors/SergiX44                    

Información Básica de la Extensión

Nombre IP Whois IP Whois
ID mpkpmgnjhejeodcbfaphaenpkkjdfbgo
URL Oficial https://chromewebstore.google.com/detail/ip-whois/mpkpmgnjhejeodcbfaphaenpkkjdfbgo
Descripción View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.
Tamaño del Archivo 335 KB
Cantidad de Instalaciones 3,801
Versión Actual 2.0.9
Última Actualización 2024-01-26
Fecha de Publicación 2018-10-13
Calificación 4.58/5 Total de 12 Calificaciones
Desarrollador Sergio
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/SergiX44
URL de la Página de Ayuda https://mastodon.social/@sergiobrighenti
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Whois",
    "version": "2.0.9",
    "description": "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icons\/icon16.png",
        "32": "src\/assets\/icons\/icon32.png",
        "48": "src\/assets\/icons\/icon48.png",
        "128": "src\/assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "src\/background\/index.js"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon16.png",
            "32": "src\/assets\/icons\/icon32.png",
            "48": "src\/assets\/icons\/icon48.png",
            "128": "src\/assets\/icons\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "webNavigation"
    ]
}