Fremily Chat
Chat colours and badges from on-screen chat for Fremily including live notifications!
Qu'est-ce que Fremily Chat ?
Fremily Chat est une extension Chrome développée par https://florencebot.com, et sa fonction principale est "Chat colours and badges from on-screen chat for Fremily including live notifications!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fremily Chat
Téléchargez les fichiers d'extension Fremily 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
Want to view Fred & Emily's chat like they do? This extension allows you to view chat name colours and badges as they do on stream! Now updated to add live notifications! If you like the extension, support me here -> https://ko-fi.com/deanpcmad
Informations de Base sur l'Extension
Nom | Fremily Chat |
ID | ocgkanifkmgpaooljpompbiaaihlgiip |
URL Officiel | https://chromewebstore.google.com/detail/fremily-chat/ocgkanifkmgpaooljpompbiaaihlgiip |
Description | Chat colours and badges from on-screen chat for Fremily including live notifications! |
Taille du Fichier | 247 KB |
Nombre d'Installations | 111 |
Version Actuelle | 1.6.2 |
Dernière Mise à Jour | 2024-01-04 |
Date de Publication | 2021-03-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://florencebot.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://florencebot.com/ |
URL de la Page d'Aide | https://florencebot.com/extension |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fremily Chat", "version": "1.6.2", "description": "Chat colours and badges from on-screen chat for Fremily including live notifications!", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ ".\/bundle.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "notifications", "storage", "alarms" ], "host_permissions": [ "https:\/\/florencebot.com\/*", "https:\/\/www.twitch.tv\/*", "https:\/\/florencebot-*.voupe.workers.dev\/*", "http:\/\/localhost:3000\/*" ], "icons": { "48": "img\/fremily.png", "96": "img\/fremily-96.png", "128": "img\/fremily-128.png" }, "background": { "service_worker": "js\/service_worker.js", "type": "module" }, "options_ui": { "page": "options.html" }, "action": { "default_icon": "img\/fremily.png", "default_popup": "popup.html" }, "manifest_version": 3 } |