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 |
官方網址 | 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 } |