D-Chat
Decentralized chat on the NKN blockchain.
什么是D-Chat?
D-Chat是由NKN开发的Chrome扩展程序,该扩展的主要功能是“Decentralized chat on the NKN blockchain.”。
扩展截图
下载D-Chat扩展crx文件
下载D-Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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
}
} | |