Chat-Net
Provides a simple chat network that follows you to any web page.
Was ist Chat-Net?
Chat-Net ist eine Chrome-Erweiterung, die von krikenemp entwickelt wurde, und ihr Hauptmerkmal ist "Provides a simple chat network that follows you to any web page.".
Erweiterungsscreenshots
Chat-Net-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chat-Net-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Chat-Net |
ID | lafbgpoaabblhjajopeclimloeboglol |
Offizielle URL | https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol |
Beschreibung | Provides a simple chat network that follows you to any web page. |
Dateigröße | 51.22 KB |
Installationsanzahl | 11 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2014-05-05 |
Veröffentlichungsdatum | 2014-05-04 |
Entwickler | krikenemp |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |