HNS.TO
The gateway to Handshake domains. Search a Handshake name.
什么是HNS.TO?
HNS.TO是由https://hnsdomain.com开发的Chrome扩展程序,该扩展的主要功能是“The gateway to Handshake domains. Search a Handshake name.”。
扩展截图
下载HNS.TO扩展crx文件
下载HNS.TO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
HNS.to resolves
Handshake domains
HNS.to allows you to access Handshake names without having to configure your own DNS. 扩展基本信息
| 名称 | |
| ID | mlljfppchmcgamjeemceaghginmbmgha |
| 官方URL | https://chromewebstore.google.com/detail/hnsto/mlljfppchmcgamjeemceaghginmbmgha |
| 简介 | The gateway to Handshake domains. Search a Handshake name. |
| 文件大小 | 18.04 KB |
| 安装次数 | 242 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-10-30 |
| 上架时间 | 2020-09-21 |
| 开发者 | https://hnsdomain.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://hns.to/ |
| 帮助页面URL | https://hns.to/learn.nb |
| 支持的语言 | 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"
}
} | |