ChatGT
Anonymous live chat on every website.
Wat is ChatGT?
ChatGT is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Anonymous live chat on every website.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGT
Download ChatGT-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
Anonymous live chat on every website. ChatGT lives as an icon next to the address bar and whenever a conversation is talking place on a website shows a badge of how many messages have been sent.
Basisinformatie over de Extensie
Naam | |
ID | odoailephbfiobdjfmdndooklmnenjop |
Officiële URL | https://chromewebstore.google.com/detail/chatgt/odoailephbfiobdjfmdndooklmnenjop |
Beschrijving | Anonymous live chat on every website. |
Bestandsgrootte | 404 KB |
Aantal Installaties | 3,143 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2014-09-21 |
Publicatiedatum | 2014-09-21 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChatGT", "description": "Anonymous live chat on every website.", "version": "1.0.1", "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "https:\/\/*.firebase.com\/", "https:\/\/*.firebaseio.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com\/;https:\/\/*.firebase.com\/; object-src 'self'" } |