Exip DDN Extension

Exip Decentralized Domain Names Extension

Exip DDN Extensionคืออะไร?

Exip DDN Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://exip.live และคุณลักษณะหลักของมันคือ "Exip Decentralized Domain Names Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Exip DDN Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        EXIP is designed to decentralise the internet and overcome monopolistic control over domain names and Top-level domains. A Blockchain DNS solution where an agnostic NFTs prefered by you identifies your domain & Top-Level Domain. EXIP DNS is blockchain-based, and the owner of the respective domain & top-level domain has complete control of its usage, even the provisioning of new domain names cum subdomains.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Exip DDN Extension Exip DDN Extension
ID dfkpkfejhkakbdjpcognfglggeofeijg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exip-ddn-extension/dfkpkfejhkakbdjpcognfglggeofeijg
คำอธิบาย Exip Decentralized Domain Names Extension
ขนาดไฟล์ 30.68 KB
จำนวนการติดตั้ง 176
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-11-04
วันที่เผยแพร่ 2021-06-01
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://exip.live
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://exip.live/
URL หน้าช่วยเหลือ https://exip.live
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exip DDN Extension",
    "description": "Exip Decentralized Domain Names Extension",
    "version": "1.1",
    "version_name": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/exip.live",
    "author": "Niftron, Dinuka Piyadigama , Azeem Ashraf ",
    "browser_action": {
        "default_icon": "\/images\/icon\/exip_icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "icons": {
        "16": "\/images\/icon\/exip_icon16.png",
        "32": "\/images\/icon\/exip_icon32.png",
        "48": "\/images\/icon\/exip_icon48.png",
        "128": "\/images\/icon\/exip_icon128.png"
    },
    "options_page": "options.html"
}