Fremily Chat
Chat colours and badges from on-screen chat for Fremily including live notifications!
Что такое Fremily Chat?
Fremily Chat - это расширение Chrome, разработанное https://florencebot.com, и его основная функция - "Chat colours and badges from on-screen chat for Fremily including live notifications!".
Снимки экрана расширения
Скачать файл CRX расширения Fremily Chat
Скачайте файлы расширений 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 } |