Chrome Chat
Real Time Anonymous Chat
Wat is Chrome Chat?
Chrome Chat is een Chrome-extensie ontwikkeld door weitingchen310, en de belangrijkste functie is "Real Time Anonymous Chat".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Chat
Download Chrome Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple anonymous chat extension. Chat with random people. The extension does not store any of your messages. Please see the code here
Basisinformatie over de Extensie
Naam | Chrome Chat |
ID | mademejnekngabiagdlbfcmhfnijmkpg |
Officiële URL | https://chromewebstore.google.com/detail/chrome-chat/mademejnekngabiagdlbfcmhfnijmkpg |
Beschrijving | Real Time Anonymous Chat |
Bestandsgrootte | 437 KB |
Aantal Installaties | 214 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-09-25 |
Publicatiedatum | 2019-09-25 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | weitingchen310 |
Betalingswijze | free |
Extensiewebsite | https://github.com/weitingtw/chrome-chat-server |
Ondersteunde Talen | 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" } } |