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"
}