Chat Yolo

Free chat room with no registration or download required to use.

Was ist Chat Yolo?

Chat Yolo ist eine Chrome-Erweiterung, die von http://www.chatyolo.com entwickelt wurde, und ihr Hauptmerkmal ist "Free chat room with no registration or download required to use.".

Erweiterungsscreenshots

screenshot

Chat Yolo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chat Yolo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Join our free chat room community and get the ability to have a unique username and profile pic while chatting. There is no registration or download required to use the chat room and it is open to everyone on the web.                    

Grundlegende Informationen zur Erweiterung

Name Chat Yolo Chat Yolo
ID jkadblnnmacmmdcpfnilkemloopdiofn
Offizielle URL https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn
Beschreibung Free chat room with no registration or download required to use.
Dateigröße 7.34 KB
Installationsanzahl 110
Aktuelle Version 1.0
Letztes Update 2016-12-15
Veröffentlichungsdatum 2016-12-14
Entwickler http://www.chatyolo.com
Zahlungsart free
Erweiterungswebsite https://www.chatyolo.com
Hilfeseite URL https://www.chatyolo.com/contact-us/
URL der Datenschutzrichtlinien-Seite https://www.chatyolo.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/ChatYolo.png"
    },
    "manifest_version": 2,
    "version": "1.0",
    "name": "Chat Yolo",
    "description": "Free chat room with no registration or download required to use.",
    "icons": {
        "128": "icons\/ChatYolo.png",
        "16": "icons\/ChatYolo.png",
        "48": "icons\/ChatYolo.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}