Chat Yolo
Free chat room with no registration or download required to use.
Cos'è Chat Yolo?
Chat Yolo è un'estensione di Chrome sviluppata da http://www.chatyolo.com, e la sua funzione principale è "Free chat room with no registration or download required to use.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chat Yolo
Scarica i file di estensione Chat Yolo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jkadblnnmacmmdcpfnilkemloopdiofn |
URL Ufficiale | https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn |
Descrizione | Free chat room with no registration or download required to use. |
Dimensione del File | 7.34 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-12-15 |
Data di Pubblicazione | 2016-12-14 |
Sviluppatore | http://www.chatyolo.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.chatyolo.com |
URL della Pagina di Aiuto | https://www.chatyolo.com/contact-us/ |
URL della Pagina della Politica sulla Privacy | https://www.chatyolo.com/privacy-policy |
Lingue Supportate | 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" } |