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!"

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

screenshot

ดาวน์โหลดไฟล์ 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 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
}