Chatterbox
A p2p messaging application built on IPFS and libp2p
Qu'est-ce que Chatterbox ?
Chatterbox est une extension Chrome développée par Alan Shaw, et sa fonction principale est "A p2p messaging application built on IPFS and libp2p".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chatterbox
Téléchargez les fichiers d'extension Chatterbox 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
Uses libp2p gossipsub to broadcast messages between connected peers. Messages are ephemeral so you can think of it as a cross between Twitter and Snapchat! You can flag peers as friends so that messages from them are displayed as system notifications.
Informations de Base sur l'Extension
Nom | Chatterbox |
ID | ajomkahbmnpohccinnahekchplpfaejg |
URL Officiel | https://chromewebstore.google.com/detail/chatterbox/ajomkahbmnpohccinnahekchplpfaejg |
Description | A p2p messaging application built on IPFS and libp2p |
Taille du Fichier | 2.94 MB |
Nombre d'Installations | 40 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2019-11-11 |
Date de Publication | 2019-11-11 |
Développeur | Alan Shaw |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/alanshaw/chatterbox-webext |
URL de la Page d'Aide | https://github.com/alanshaw/chatterbox-webext/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chatterbox", "description": "A p2p messaging application built on IPFS and libp2p", "version": "0.2.1", "manifest_version": 2, "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "permissions": [ "notifications" ] } |