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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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