D-Chat

Decentralized chat on the NKN blockchain.

D-Chat क्या है?

D-Chat NKN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decentralized chat on the NKN blockchain."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में D-Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम D-Chat D-Chat
ID glnmkakdjcognfgonjfcklpmjiobijii
आधिकारिक URL https://chromewebstore.google.com/detail/d-chat/glnmkakdjcognfgonjfcklpmjiobijii
विवरण Decentralized chat on the NKN blockchain.
फ़ाइल का आकार 3.69 MB
स्थापना संख्या 240
वर्तमान संस्करण 6.3.0
अंतिम अपडेट 2023-11-25
प्रकाशन तिथि 2020-05-21
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर NKN
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/losnappas/d-chat/
सहायता पृष्ठ URL https://gitlab.com/losnappas/d-chat/-/issues
गोपनीयता नीति पृष्ठ URL https://nmobile.nkn.org/privacy-policy
समर्थित भाषाएँ 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
    }
}