Exip DDN Extension

Exip Decentralized Domain Names Extension

Exip DDN Extension là gì?

Exip DDN Extension là một tiện ích mở rộng Chrome được phát triển bởi https://exip.live, và tính năng chính của nó là "Exip Decentralized Domain Names Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Exip DDN Extension

Tải xuống các tệp mở rộng Exip DDN Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Exip DDN Extension Exip DDN Extension
ID dfkpkfejhkakbdjpcognfglggeofeijg
URL Chính Thức https://chromewebstore.google.com/detail/exip-ddn-extension/dfkpkfejhkakbdjpcognfglggeofeijg
Mô tả Exip Decentralized Domain Names Extension
Kích Thước Tệp 30.68 KB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-11-04
Ngày Phát Hành 2021-06-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://exip.live
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://exip.live/
URL Trang Trợ Giúp https://exip.live
Ngôn Ngữ Được Hỗ Trợ 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"
}