Chatterbox

A p2p messaging application built on IPFS and libp2p

What is Chatterbox?

Chatterbox is a Chrome extension developed by Alan Shaw, and its main feature is "A p2p messaging application built on IPFS and libp2p".

Extension Screenshots

screenshot
screenshot

Download Chatterbox Extension CRX File

Download Chatterbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chatterbox Chatterbox
ID ajomkahbmnpohccinnahekchplpfaejg
Official URL https://chromewebstore.google.com/detail/chatterbox/ajomkahbmnpohccinnahekchplpfaejg
Description A p2p messaging application built on IPFS and libp2p
File Size 2.94 MB
Installation Count 40
Current Version 0.2.1
Last Updated 2019-11-11
Publish Date 2019-11-11
Developer Alan Shaw
Payment Type free
Extension Website https://github.com/alanshaw/chatterbox-webext
Help Page URL https://github.com/alanshaw/chatterbox-webext/issues
Supported Languages 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"
    ]
}