Fremily Chat
Chat colours and badges from on-screen chat for Fremily including live notifications!
O que é Fremily Chat?
Fremily Chat é uma extensão do Chrome desenvolvida por https://florencebot.com, e sua principal característica é "Chat colours and badges from on-screen chat for Fremily including live notifications!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fremily Chat
Baixe arquivos de extensão Fremily Chat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Fremily Chat |
ID | ocgkanifkmgpaooljpompbiaaihlgiip |
URL Oficial | https://chromewebstore.google.com/detail/fremily-chat/ocgkanifkmgpaooljpompbiaaihlgiip |
Descrição | Chat colours and badges from on-screen chat for Fremily including live notifications! |
Tamanho do Arquivo | 247 KB |
Contagem de Instalações | 111 |
Versão Atual | 1.6.2 |
Última Atualização | 2024-01-04 |
Data de Publicação | 2021-03-04 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://florencebot.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://florencebot.com/ |
URL da Página de Ajuda | https://florencebot.com/extension |
Idiomas Suportados | 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 } |