NBdomain
Chrome extension for NBdomain
什么是NBdomain?
NBdomain是由https://nbdomain.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for NBdomain”。
扩展截图
下载NBdomain扩展crx文件
下载NBdomain扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
NBdomian is the distributed domain name system, powered by BSV. This extension help you visit websites of NBdomain on the browser. After activation, you can type “.b” domains in the address bar of the browser. You can also use the NBdomain for quick authorization and more exciting Dapps. Steps: 1. Register a NBdomain. 2. Install the extension on the browser. 3. Type NBdomain in the address bar.
扩展基本信息
名称 | NBdomain |
ID | pblhkipfpdimkeddffljpkjgpgeigmik |
官方URL | https://chromewebstore.google.com/detail/nbdomain/pblhkipfpdimkeddffljpkjgpgeigmik |
简介 | Chrome extension for NBdomain |
文件大小 | 45.72 KB |
安装次数 | 22 |
当前版本 | 1.0.4 |
更新时间 | 2021-02-05 |
上架时间 | 2021-01-18 |
评分 | 5.00/5 共1次评分 |
开发者 | https://nbdomain.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://nbdomain.com |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NBdomain", "version": "1.0.4", "description": "Chrome extension for NBdomain", "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/NBdomain16.png", "32": "images\/NBdomain32.png", "48": "images\/NBdomain48.png", "128": "images\/NBdomain128.png" } }, "icons": { "128": "images\/NBdomain128.png" }, "permissions": [ "*:\/\/*.test\/*", "*:\/\/*.b\/*", "*:\/\/*.google.com\/*", "*:\/\/*.duckduckgo.com\/*", "*:\/\/*.yahoo.com\/*", "*:\/\/*.yandex.ru\/*", "*:\/\/*.yandex.com\/*", "*:\/\/*.qwant.com\/*", "*:\/\/*.mojeek.com\/*", "*:\/\/*.aol.co.uk\/*", "*:\/\/*.baidu.com\/*", "*:\/\/*.bing.com\/*", "*:\/\/*.wiki.com\/*", "*:\/\/*.ask.com\/*", "*:\/\/*.coccoc.com\/*", "*:\/\/*.daum.net\/*", "*:\/\/*.ecosia.org\/*", "*:\/\/*.so.com\/*", "*:\/\/*.sogou.com\/*", "storage", "webRequest", "webRequestBlocking" ], "manifest_version": 2 } |