Fremily Chat
Chat colours and badges from on-screen chat for Fremily including live notifications!
Hvad er Fremily Chat?
Fremily Chat er en Chrome-udvidelse udviklet af https://florencebot.com, og dens hovedfunktion er "Chat colours and badges from on-screen chat for Fremily including live notifications!".
Udvidelsesskærmbilleder
Download Fremily Chat-udvidelses-CRX-fil
Download Fremily Chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Fremily Chat |
ID | ocgkanifkmgpaooljpompbiaaihlgiip |
Officiel URL | https://chromewebstore.google.com/detail/fremily-chat/ocgkanifkmgpaooljpompbiaaihlgiip |
Beskrivelse | Chat colours and badges from on-screen chat for Fremily including live notifications! |
Filstørrelse | 247 KB |
Antal Installationer | 111 |
Nuværende Version | 1.6.2 |
Senest Opdateret | 2024-01-04 |
Udgivelsesdato | 2021-03-04 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://florencebot.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://florencebot.com/ |
Hjælpeside-URL | https://florencebot.com/extension |
Understøttede Sprog | 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 } |