Chat-Net
Provides a simple chat network that follows you to any web page.
¿Qué es Chat-Net?
Chat-Net es una extensión de Chrome desarrollada por krikenemp, y su función principal es "Provides a simple chat network that follows you to any web page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chat-Net
Descarga archivos de extensión Chat-Net en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Chat-Net is a browser-based chat network between all users running the extension. It is a simple chat interface with a field for your nickname and one for your comment. The interface gets embedded into the top of each page that you visit, allowing you to continue browsing while you meet and communicate with other Chat-Net users.
Información Básica de la Extensión
Nombre | Chat-Net |
ID | lafbgpoaabblhjajopeclimloeboglol |
URL Oficial | https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol |
Descripción | Provides a simple chat network that follows you to any web page. |
Tamaño del Archivo | 51.22 KB |
Cantidad de Instalaciones | 11 |
Versión Actual | 1.0.4 |
Última Actualización | 2014-05-05 |
Fecha de Publicación | 2014-05-04 |
Desarrollador | krikenemp |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chat-Net", "version": "1.0.4", "description": "Provides a simple chat network that follows you to any web page.", "homepage_url": "http:\/\/bengrosser.com\/", "manifest_version": 2, "icons": { "16": "icon3.png", "48": "icon2.png", "128": "icon1.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "Chat-Net.user.js" ] } ] } |