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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | jkadblnnmacmmdcpfnilkemloopdiofn |
官方網址 | 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" } |