Domain Name Registration Data Lookup (WHOIS)

This tool gives you the ability to look up the registration data for domain names

Cos'è Domain Name Registration Data Lookup (WHOIS)?

Domain Name Registration Data Lookup (WHOIS) è un'estensione di Chrome sviluppata da brian.girko, e la sua funzione principale è "This tool gives you the ability to look up the registration data for domain names".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Domain Name Registration Data Lookup (WHOIS)

Scarica i file di estensione Domain Name Registration Data Lookup (WHOIS) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is a developer tool to get information about the domain that belongs to the active tab or whatever URL that is submitted via the search box. The extension connects to one or more RDAP services and provides the following meta-information related to the domain:

  1. The domain name and its Registry Domain ID
  2. Domain transfer status
  3. Current active nameservers
  4. Important dates (Expiration and Creation)
  5. Registrar, technical, administrative and abuse contact info
  6. Delegation Signed status                    

Informazioni di Base sull'Estensione

Nome Domain Name Registration Data Lookup (WHOIS) Domain Name Registration Data Lookup (WHOIS)
ID adgbhhajdfejelgocchpbalomjopkfdm
URL Ufficiale https://chromewebstore.google.com/detail/domain-name-registration/adgbhhajdfejelgocchpbalomjopkfdm
Descrizione This tool gives you the ability to look up the registration data for domain names
Dimensione del File 154 KB
Conteggio Installazioni 66
Versione Corrente 0.1.1
Ultimo Aggiornamento 2020-02-04
Data di Pubblicazione 2020-02-02
Sviluppatore brian.girko
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://add0n.com/whois.html
URL della Pagina di Aiuto https://add0n.com/whois.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.1",
    "name": "Domain Name Registration Data Lookup (WHOIS)",
    "description": "This tool gives you the ability to look up the registration data for domain names",
    "permissions": [
        "storage",
        "activeTab",
        "*:\/\/www.namesilo.com\/rdap\/*",
        "*:\/\/rdap.verisign.com\/com\/*",
        "*:\/\/rdap.gandi.net\/domain\/*",
        "*:\/\/rdap.register.com\/rdap\/*"
    ],
    "homepage_url": "https:\/\/add0n.com\/whois.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "browser_action": {
        "default_popup": "data\/popup\/index.html"
    }
}