Chat Yolo

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

Chat Yolo là gì?

Chat Yolo là một tiện ích mở rộng Chrome được phát triển bởi http://www.chatyolo.com, và tính năng chính của nó là "Free chat room with no registration or download required to use.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chat Yolo

Tải xuống các tệp mở rộng Chat Yolo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chat Yolo Chat Yolo
ID jkadblnnmacmmdcpfnilkemloopdiofn
URL Chính Thức https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn
Mô tả Free chat room with no registration or download required to use.
Kích Thước Tệp 7.34 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-12-15
Ngày Phát Hành 2016-12-14
Nhà Phát Triển http://www.chatyolo.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.chatyolo.com
URL Trang Trợ Giúp https://www.chatyolo.com/contact-us/
URL Trang Chính Sách Bảo Mật https://www.chatyolo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}