NebuloChat

A P2P crypto chat using WebRTC and connecting viewers of a same webpage.

Τι είναι το NebuloChat;

Το NebuloChat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DarkCenobyte, και η κύρια λειτουργία του είναι "A P2P crypto chat using WebRTC and connecting viewers of a same webpage.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NebuloChat

Λήψη αρχείων επέκτασης NebuloChat σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Nebulo isn't yet another IRC client. Thanks to the WebRTC technology, when you use it to chat with someone else, your messages aren’t sent to a centralized server but rather sent directly to the recipients, or at worst sent (but first encrypted) via a TURN server.
It's like P2P, but only with instant messages.

The channel-system is managed to connect you with other viewers of the active webpage in your browser. 

Nebulo can be setting to work with other signaling system, you can select authorized STUN and TURN servers at the options page, ...

Default signal server will be shutdown at the end of October 2015, so you must be prepared to use your own signal server after this date. A tutorial to do this is now linked in the option page.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NebuloChat NebuloChat
ID jeodjhmdnogknckkcgjiiiocgifhikgh
Επίσημο URL https://chromewebstore.google.com/detail/nebulochat/jeodjhmdnogknckkcgjiiiocgifhikgh
Περιγραφή A P2P crypto chat using WebRTC and connecting viewers of a same webpage.
Μέγεθος Αρχείου 84.26 KB
Αριθμός Εγκαταστάσεων 12
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2015-10-12
Ημερομηνία Δημοσίευσης 2015-10-12
Προγραμματιστής DarkCenobyte
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NebuloChat",
    "short_name": "Nebulo",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "description": "A P2P crypto chat using WebRTC and connecting viewers of a same webpage.",
    "browser_action": {
        "default_title": "NebuloChat",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    }
}