NBdomain
Chrome extension for NBdomain
Cos'è NBdomain?
NBdomain è un'estensione di Chrome sviluppata da https://nbdomain.com, e la sua funzione principale è "Chrome extension for NBdomain".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NBdomain
Scarica i file di estensione NBdomain in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | NBdomain |
ID | pblhkipfpdimkeddffljpkjgpgeigmik |
URL Ufficiale | https://chromewebstore.google.com/detail/nbdomain/pblhkipfpdimkeddffljpkjgpgeigmik |
Descrizione | Chrome extension for NBdomain |
Dimensione del File | 45.72 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2021-02-05 |
Data di Pubblicazione | 2021-01-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://nbdomain.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://nbdomain.com |
Lingue Supportate | 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 } |