NBdomain
Chrome extension for NBdomain
Wat is NBdomain?
NBdomain is een Chrome-extensie ontwikkeld door https://nbdomain.com, en de belangrijkste functie is "Chrome extension for NBdomain".
Extensie Screenshots
Download het CRX-bestand van de extensie NBdomain
Download NBdomain-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NBdomain |
ID | pblhkipfpdimkeddffljpkjgpgeigmik |
Officiële URL | https://chromewebstore.google.com/detail/nbdomain/pblhkipfpdimkeddffljpkjgpgeigmik |
Beschrijving | Chrome extension for NBdomain |
Bestandsgrootte | 45.72 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2021-02-05 |
Publicatiedatum | 2021-01-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://nbdomain.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://nbdomain.com |
Ondersteunde Talen | 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 } |