NBdomain
Chrome extension for NBdomain
What is NBdomain?
NBdomain is a Chrome extension developed by https://nbdomain.com, and its main feature is "Chrome extension for NBdomain".
Extension Screenshots
Download NBdomain Extension CRX File
Download NBdomain extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NBdomain |
ID | pblhkipfpdimkeddffljpkjgpgeigmik |
Official URL | https://chromewebstore.google.com/detail/nbdomain/pblhkipfpdimkeddffljpkjgpgeigmik |
Description | Chrome extension for NBdomain |
File Size | 45.72 KB |
Installation Count | 22 |
Current Version | 1.0.4 |
Last Updated | 2021-02-05 |
Publish Date | 2021-01-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://nbdomain.com |
[email protected] | |
Payment Type | free |
Extension Website | https://nbdomain.com |
Supported Languages | 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 } |