NBdomain

Chrome extension for NBdomain

NBdomainคืออะไร?

NBdomain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nbdomain.com และคุณลักษณะหลักของมันคือ "Chrome extension for NBdomain"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NBdomain

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}