FremilyChat

Chat colours and Icons from on-screen chat for Fremily

FremilyChat란 무엇입니까?

FremilyChat은(는) https://chat.oshi7.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chat colours and Icons from on-screen chat for Fremily"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Fred and Emily have there stream chat on screen and give users custom users and colours.

If you want to see Fred & Emilys chat the same way they see it, install this extension.

The extension will also notify you when the stream is live (Disabled by default)

Twitch stream - http://twitch.tv/fremily                    

확장 프로그램 기본 정보

이름 FremilyChat FremilyChat
ID ehlpeacjjeoalidhiicjbckocegpnafn
공식 URL https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn
설명 Chat colours and Icons from on-screen chat for Fremily
파일 크기 577 KB
설치 횟수 35
현재 버전 3.9
최근 업데이트 2017-05-18
출시 날짜 2017-05-18
평점 5.00/5 총 7 개의 평점
개발자 https://chat.oshi7.tv
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FremilyChat",
    "description": "Chat colours and Icons from on-screen chat for Fremily",
    "version": "3.9",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "img\/live16.png",
        "48": "img\/live48.png",
        "128": "img\/live128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/CheckStatus.js",
            "jquery.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/fremily\/*"
            ],
            "js": [
                "jquery.js",
                "js\/script.js"
            ],
            "css": [
                "rainbow.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.twitch.tv\/",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "https:\/\/chat.oshi7.tv\/",
        "notifications"
    ]
}