Fremily Chat

Chat colours and badges from on-screen chat for Fremily including live notifications!

Fremily Chat là gì?

Fremily Chat là một tiện ích mở rộng Chrome được phát triển bởi https://florencebot.com, và tính năng chính của nó là "Chat colours and badges from on-screen chat for Fremily including live notifications!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fremily Chat

Tải xuống các tệp mở rộng Fremily Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fremily Chat Fremily Chat
ID ocgkanifkmgpaooljpompbiaaihlgiip
URL Chính Thức https://chromewebstore.google.com/detail/fremily-chat/ocgkanifkmgpaooljpompbiaaihlgiip
Mô tả Chat colours and badges from on-screen chat for Fremily including live notifications!
Kích Thước Tệp 247 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.6.2
Cập Nhật Lần Cuối 2024-01-04
Ngày Phát Hành 2021-03-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://florencebot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://florencebot.com/
URL Trang Trợ Giúp https://florencebot.com/extension
Ngôn Ngữ Được Hỗ Trợ 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
}