Fremily Chat
Chat colours and badges from on-screen chat for Fremily including live notifications!
What is Fremily Chat?
Fremily Chat is a Chrome extension developed by https://florencebot.com, and its main feature is "Chat colours and badges from on-screen chat for Fremily including live notifications!".
Extension Screenshots
Download Fremily Chat Extension CRX File
Download Fremily Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Fremily Chat |
ID | ocgkanifkmgpaooljpompbiaaihlgiip |
Official URL | https://chromewebstore.google.com/detail/fremily-chat/ocgkanifkmgpaooljpompbiaaihlgiip |
Description | Chat colours and badges from on-screen chat for Fremily including live notifications! |
File Size | 247 KB |
Installation Count | 111 |
Current Version | 1.6.2 |
Last Updated | 2024-01-04 |
Publish Date | 2021-03-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://florencebot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://florencebot.com/ |
Help Page URL | https://florencebot.com/extension |
Supported Languages | 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 } |