Chat-Net
Provides a simple chat network that follows you to any web page.
Qu'est-ce que Chat-Net ?
Chat-Net est une extension Chrome développée par krikenemp, et sa fonction principale est "Provides a simple chat network that follows you to any web page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chat-Net
Téléchargez les fichiers d'extension Chat-Net au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chat-Net |
ID | lafbgpoaabblhjajopeclimloeboglol |
URL Officiel | https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol |
Description | Provides a simple chat network that follows you to any web page. |
Taille du Fichier | 51.22 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2014-05-05 |
Date de Publication | 2014-05-04 |
Développeur | krikenemp |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |