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!"입니다.

확장 프로그램 스크린샷

screenshot

Fremily Chat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}