Chat Yolo

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

什么是Chat Yolo?

Chat Yolo是由http://www.chatyolo.com开发的Chrome扩展程序,该扩展的主要功能是“Free chat room with no registration or download required to use.”。

扩展截图

screenshot

下载Chat Yolo扩展crx文件

下载Chat Yolo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chat Yolo Chat Yolo
ID jkadblnnmacmmdcpfnilkemloopdiofn
官方URL https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn
简介 Free chat room with no registration or download required to use.
文件大小 7.34 KB
安装次数 110
当前版本 1.0
更新时间 2016-12-15
上架时间 2016-12-14
开发者 http://www.chatyolo.com
付费类型 free
扩展官网 https://www.chatyolo.com
帮助页面URL https://www.chatyolo.com/contact-us/
隐私政策页面URL https://www.chatyolo.com/privacy-policy
支持的语言 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"
}