Chat Yolo
Free chat room with no registration or download required to use.
Wat is Chat Yolo?
Chat Yolo is een Chrome-extensie ontwikkeld door http://www.chatyolo.com, en de belangrijkste functie is "Free chat room with no registration or download required to use.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chat Yolo
Download Chat Yolo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jkadblnnmacmmdcpfnilkemloopdiofn |
Officiële URL | https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn |
Beschrijving | Free chat room with no registration or download required to use. |
Bestandsgrootte | 7.34 KB |
Aantal Installaties | 110 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-12-15 |
Publicatiedatum | 2016-12-14 |
Ontwikkelaar | http://www.chatyolo.com |
Betalingswijze | free |
Extensiewebsite | https://www.chatyolo.com |
Help Pagina-URL | https://www.chatyolo.com/contact-us/ |
URL van de Privacybeleid Pagina | https://www.chatyolo.com/privacy-policy |
Ondersteunde Talen | 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" } |