dopeChat
The dopest chat extension for FB Gaming livestreams!
Wat is dopeChat?
dopeChat is een Chrome-extensie ontwikkeld door dope, en de belangrijkste functie is "The dopest chat extension for FB Gaming livestreams!".
Extensie Screenshots
Download het CRX-bestand van de extensie dopeChat
Download dopeChat-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
The browser extension aims to improve the chat experience by adding custom emotes, adjusting the chat appearance, and incorporating various quality of life enhancements and tweaks.
Basisinformatie over de Extensie
Naam | dopeChat |
ID | pfbgacokbnigfgdninjmcgokijpfldkn |
Officiële URL | https://chromewebstore.google.com/detail/dopechat/pfbgacokbnigfgdninjmcgokijpfldkn |
Beschrijving | The dopest chat extension for FB Gaming livestreams! |
Bestandsgrootte | 128 KB |
Aantal Installaties | 1,360 |
Huidige Versie | 1.4.6 |
Laatst Bijgewerkt | 2023-01-14 |
Publicatiedatum | 2022-04-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | dope |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dopechat.ddns.net/ |
Help Pagina-URL | https://dopechat.ddns.net/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.4.6", "name": "dopeChat", "description": "The dopest chat extension for FB Gaming livestreams!", "author": "dope", "homepage_url": "https:\/\/dopechat.ddns.net\/", "icons": { "16": "icon64.png", "32": "icon64.png", "48": "icon64.png", "128": "icon64.png" }, "action": { "default_title": "dopeChat" }, "options_page": "options.html", "background": { "service_worker": "js\/backgroundPage.js" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.facebook.com\/*videos\/*" ], "js": [ "js\/contentScript.js", "js\/emoteMenu.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "resources": [ "css\/*", "icon64.png" ] } ], "permissions": [ "storage" ] } |