NBdomain

Chrome extension for NBdomain

NBdomainとは何ですか?

NBdomainはhttps://nbdomain.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for NBdomain」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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
}