Fremily Chat
Chat colours and badges from on-screen chat for Fremily including live notifications!
Was ist Fremily Chat?
Fremily Chat ist eine Chrome-Erweiterung, die von https://florencebot.com entwickelt wurde, und ihr Hauptmerkmal ist "Chat colours and badges from on-screen chat for Fremily including live notifications!".
Erweiterungsscreenshots
Fremily Chat-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fremily Chat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Fremily Chat |
ID | ocgkanifkmgpaooljpompbiaaihlgiip |
Offizielle URL | https://chromewebstore.google.com/detail/fremily-chat/ocgkanifkmgpaooljpompbiaaihlgiip |
Beschreibung | Chat colours and badges from on-screen chat for Fremily including live notifications! |
Dateigröße | 247 KB |
Installationsanzahl | 111 |
Aktuelle Version | 1.6.2 |
Letztes Update | 2024-01-04 |
Veröffentlichungsdatum | 2021-03-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://florencebot.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://florencebot.com/ |
Hilfeseite URL | https://florencebot.com/extension |
Unterstützte Sprachen | 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 } |