Fremily Chat
Chat colours and badges from on-screen chat for Fremily including live notifications!
什么是Fremily Chat?
Fremily Chat是由https://florencebot.com开发的Chrome扩展程序,该扩展的主要功能是“Chat colours and badges from on-screen chat for Fremily including live notifications!”。
扩展截图
下载Fremily Chat扩展crx文件
下载Fremily Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Fremily Chat |
ID | ocgkanifkmgpaooljpompbiaaihlgiip |
官方URL | https://chromewebstore.google.com/detail/fremily-chat/ocgkanifkmgpaooljpompbiaaihlgiip |
简介 | Chat colours and badges from on-screen chat for Fremily including live notifications! |
文件大小 | 247 KB |
安装次数 | 111 |
当前版本 | 1.6.2 |
更新时间 | 2024-01-04 |
上架时间 | 2021-03-04 |
评分 | 5.00/5 共2次评分 |
开发者 | https://florencebot.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://florencebot.com/ |
帮助页面URL | https://florencebot.com/extension |
支持的语言 | 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 } |