HNS.TO
The gateway to Handshake domains. Search a Handshake name.
Co to jest HNS.TO?
HNS.TO to rozszerzenie Chrome opracowane przez https://hnsdomain.com, a jego główną funkcją jest „The gateway to Handshake domains. Search a Handshake name.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HNS.TO
Pobierz pliki rozszerzeń HNS.TO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
HNS.to resolves Handshake domains HNS.to allows you to access Handshake names without having to configure your own DNS.
Podstawowe informacje o rozszerzeniu
Nazwa | HNS.TO |
ID | mlljfppchmcgamjeemceaghginmbmgha |
Oficjalny URL | https://chromewebstore.google.com/detail/hnsto/mlljfppchmcgamjeemceaghginmbmgha |
Opis | The gateway to Handshake domains. Search a Handshake name. |
Rozmiar pliku | 18.04 KB |
Liczba instalacji | 242 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-10-30 |
Data Publikacji | 2020-09-21 |
Deweloper | https://hnsdomain.com |
info@hnsdomain.com | |
Typ Płatności | free |
Strona Rozszerzenia | https://hns.to/ |
Adres URL Strony Pomocy | https://hns.to/learn.nb |
Obsługiwane Języki | 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" } } |