Exip DDN Extension

Exip Decentralized Domain Names Extension

什么是Exip DDN Extension?

Exip DDN Extension是由https://exip.live开发的Chrome扩展程序,该扩展的主要功能是“Exip Decentralized Domain Names Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Exip DDN Extension扩展crx文件

下载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"
}