Fremily Chat

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

Co to jest Fremily Chat?

Fremily Chat to rozszerzenie Chrome opracowane przez https://florencebot.com, a jego główną funkcją jest „Chat colours and badges from on-screen chat for Fremily including live notifications!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fremily Chat

Pobierz pliki rozszerzeń Fremily Chat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Fremily Chat Fremily Chat
ID ocgkanifkmgpaooljpompbiaaihlgiip
Oficjalny URL https://chromewebstore.google.com/detail/fremily-chat/ocgkanifkmgpaooljpompbiaaihlgiip
Opis Chat colours and badges from on-screen chat for Fremily including live notifications!
Rozmiar pliku 247 KB
Liczba instalacji 111
Aktualna Wersja 1.6.2
Ostatnia Aktualizacja 2024-01-04
Data Publikacji 2021-03-04
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://florencebot.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://florencebot.com/
Adres URL Strony Pomocy https://florencebot.com/extension
Obsługiwane Języki 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
}