Chrome Chat
Real Time Anonymous Chat
Qu'est-ce que Chrome Chat ?
Chrome Chat est une extension Chrome développée par weitingchen310, et sa fonction principale est "Real Time Anonymous Chat".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Chat
Téléchargez les fichiers d'extension Chrome Chat 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
A simple anonymous chat extension. Chat with random people. The extension does not store any of your messages. Please see the code here
Informations de Base sur l'Extension
Nom | Chrome Chat |
ID | mademejnekngabiagdlbfcmhfnijmkpg |
URL Officiel | https://chromewebstore.google.com/detail/chrome-chat/mademejnekngabiagdlbfcmhfnijmkpg |
Description | Real Time Anonymous Chat |
Taille du Fichier | 437 KB |
Nombre d'Installations | 214 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-09-25 |
Date de Publication | 2019-09-25 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | weitingchen310 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/weitingtw/chrome-chat-server |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Chat", "version": "1.1", "description": "Real Time Anonymous Chat", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_popup": "index.html", "default_title": "start chatting" }, "permissions": [ "storage", "notifications" ], "background": { "page": "background.html" } } |