Exip DDN Extension

Exip Decentralized Domain Names Extension

Cos'è Exip DDN Extension?

Exip DDN Extension è un'estensione di Chrome sviluppata da https://exip.live, e la sua funzione principale è "Exip Decentralized Domain Names Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Exip DDN Extension

Scarica i file di estensione Exip DDN Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Exip DDN Extension Exip DDN Extension
ID dfkpkfejhkakbdjpcognfglggeofeijg
URL Ufficiale https://chromewebstore.google.com/detail/exip-ddn-extension/dfkpkfejhkakbdjpcognfglggeofeijg
Descrizione Exip Decentralized Domain Names Extension
Dimensione del File 30.68 KB
Conteggio Installazioni 176
Versione Corrente 1.1
Ultimo Aggiornamento 2021-11-04
Data di Pubblicazione 2021-06-01
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://exip.live
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://exip.live/
URL della Pagina di Aiuto https://exip.live
Lingue Supportate 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"
}