Chat Yolo

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

What is Chat Yolo?

Chat Yolo is a Chrome extension developed by http://www.chatyolo.com, and its main feature is "Free chat room with no registration or download required to use.".

Extension Screenshots

screenshot

Download Chat Yolo Extension CRX File

Download Chat Yolo 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

                        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.                    

Extension Basic Information

Name Chat Yolo Chat Yolo
ID jkadblnnmacmmdcpfnilkemloopdiofn
Official URL https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn
Description Free chat room with no registration or download required to use.
File Size 7.34 KB
Installation Count 110
Current Version 1.0
Last Updated 2016-12-15
Publish Date 2016-12-14
Developer http://www.chatyolo.com
Payment Type free
Extension Website https://www.chatyolo.com
Help Page URL https://www.chatyolo.com/contact-us/
Privacy Policy Page URL https://www.chatyolo.com/privacy-policy
Supported Languages 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"
}