Chat-Net
Provides a simple chat network that follows you to any web page.
Cos'è Chat-Net?
Chat-Net è un'estensione di Chrome sviluppata da krikenemp, e la sua funzione principale è "Provides a simple chat network that follows you to any web page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chat-Net
Scarica i file di estensione Chat-Net 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
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.
Informazioni di Base sull'Estensione
Nome | Chat-Net |
ID | lafbgpoaabblhjajopeclimloeboglol |
URL Ufficiale | https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol |
Descrizione | Provides a simple chat network that follows you to any web page. |
Dimensione del File | 51.22 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2014-05-05 |
Data di Pubblicazione | 2014-05-04 |
Sviluppatore | krikenemp |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |