Chatterbox

A p2p messaging application built on IPFS and libp2p

Apa itu Chatterbox?

Chatterbox adalah ekstensi Chrome yang dikembangkan oleh Alan Shaw, dan fitur utamanya adalah "A p2p messaging application built on IPFS and libp2p".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Chatterbox

Unduh file ekstensi Chatterbox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chatterbox Chatterbox
ID ajomkahbmnpohccinnahekchplpfaejg
URL Resmi https://chromewebstore.google.com/detail/chatterbox/ajomkahbmnpohccinnahekchplpfaejg
Deskripsi A p2p messaging application built on IPFS and libp2p
Ukuran File 2.94 MB
Jumlah Instalasi 40
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2019-11-11
Tanggal Publikasi 2019-11-11
Pengembang Alan Shaw
Tipe Pembayaran free
Situs Ekstensi https://github.com/alanshaw/chatterbox-webext
URL Halaman Bantuan https://github.com/alanshaw/chatterbox-webext/issues
Bahasa yang Didukung 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"
    ]
}