Chat Yolo
Free chat room with no registration or download required to use.
Apa itu Chat Yolo?
Chat Yolo adalah ekstensi Chrome yang dikembangkan oleh http://www.chatyolo.com, dan fitur utamanya adalah "Free chat room with no registration or download required to use.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chat Yolo
Unduh file ekstensi Chat Yolo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jkadblnnmacmmdcpfnilkemloopdiofn |
URL Resmi | https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn |
Deskripsi | Free chat room with no registration or download required to use. |
Ukuran File | 7.34 KB |
Jumlah Instalasi | 110 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-12-15 |
Tanggal Publikasi | 2016-12-14 |
Pengembang | http://www.chatyolo.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.chatyolo.com |
URL Halaman Bantuan | https://www.chatyolo.com/contact-us/ |
URL Halaman Kebijakan Privasi | https://www.chatyolo.com/privacy-policy |
Bahasa yang Didukung | 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" } |