FremilyChat

Chat colours and Icons from on-screen chat for Fremily

FremilyChatคืออะไร?

FremilyChat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chat.oshi7.tv และคุณลักษณะหลักของมันคือ "Chat colours and Icons from on-screen chat for Fremily"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FremilyChat

ดาวน์โหลดไฟล์ส่วนขยาย FremilyChat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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