HNS.TO

The gateway to Handshake domains. Search a Handshake name.

Cos'è HNS.TO?

HNS.TO è un'estensione di Chrome sviluppata da https://hnsdomain.com, e la sua funzione principale è "The gateway to Handshake domains. Search a Handshake name.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HNS.TO

Scarica i file di estensione HNS.TO 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

                        HNS.to resolves
Handshake domains

HNS.to allows you to access Handshake names without having to configure your own DNS.                    

Informazioni di Base sull'Estensione

Nome HNS.TO HNS.TO
ID mlljfppchmcgamjeemceaghginmbmgha
URL Ufficiale https://chromewebstore.google.com/detail/hnsto/mlljfppchmcgamjeemceaghginmbmgha
Descrizione The gateway to Handshake domains. Search a Handshake name.
Dimensione del File 18.04 KB
Conteggio Installazioni 242
Versione Corrente 1.0
Ultimo Aggiornamento 2020-10-30
Data di Pubblicazione 2020-09-21
Sviluppatore https://hnsdomain.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hns.to/
URL della Pagina di Aiuto https://hns.to/learn.nb
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HNS.TO",
    "manifest_version": 2,
    "short_name": "HNS Gateway",
    "description": "The gateway to Handshake domains. Search a Handshake name.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "hnsto16x16.png"
    },
    "icons": {
        "128": "hnsto128x128.png"
    }
}