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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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
}