D-Chat

Decentralized chat on the NKN blockchain.

Qu'est-ce que D-Chat ?

D-Chat est une extension Chrome développée par NKN, et sa fonction principale est "Decentralized chat on the NKN blockchain.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension D-Chat

Téléchargez les fichiers d'extension D-Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Decentralized chat.

WEB version: https://losnappas.gitlab.io/d-chat/#/

Features:
* Free
* Visual and audio message notifications
* Locally stored message histories, no cloud involved
* Chat rooms
* Private messaging
* No registration
* End-to-end encryption
* Offline messaging
* Image/video/audio uploads
* Decentralized with over 10k nodes (https://explorer.nknx.org/)


Permissions:
- storage: We need to save your chats, and your profile, in local storage. It doesn't leave your browser.

Optional permissions:
- notifications: We need this for when you receive messages.

Source code:

https://gitlab.com/losnappas/d-chat                    

Informations de Base sur l'Extension

Nom D-Chat D-Chat
ID glnmkakdjcognfgonjfcklpmjiobijii
URL Officiel https://chromewebstore.google.com/detail/d-chat/glnmkakdjcognfgonjfcklpmjiobijii
Description Decentralized chat on the NKN blockchain.
Taille du Fichier 3.69 MB
Nombre d'Installations 240
Version Actuelle 6.3.0
Dernière Mise à Jour 2023-11-25
Date de Publication 2020-05-21
Évaluation 5.00/5 Total 6 Évaluations
Développeur NKN
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gitlab.com/losnappas/d-chat/
URL de la Page d'Aide https://gitlab.com/losnappas/d-chat/-/issues
URL de la Page de Politique de Confidentialité https://nmobile.nkn.org/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.3.0",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "author": "losnappas",
    "background": {
        "page": ".\/background.html"
    },
    "browser_action": {
        "default_icon": "img\/NKN_D-chat_blue-64cropped.png",
        "default_popup": ".\/popup.html",
        "theme_icons": [
            {
                "dark": "img\/NKN_D-chat_blue-64cropped.png",
                "light": "img\/NKN_D-chat_white-64cropped.png",
                "size": 32
            }
        ]
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "sidebar_action": {
        "default_title": "__MSG_extensionName__",
        "default_panel": ".\/index.html",
        "open_at_install": false,
        "default_icon": "img\/NKN_D-chat_blue-64cropped.png"
    },
    "icons": {
        "16": "img\/NKN_D-chat_blue-16.png",
        "64": "img\/NKN_D-chat_blue-64cropped.png",
        "128": "img\/NKN_DCHAT-128-128-border16.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "dchat@losnappas"
        }
    },
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": true
    }
}