Fremily Chat

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

Cos'è Fremily Chat?

Fremily Chat è un'estensione di Chrome sviluppata da https://florencebot.com, e la sua funzione principale è "Chat colours and badges from on-screen chat for Fremily including live notifications!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fremily Chat

Scarica i file di estensione Fremily Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Fremily Chat Fremily Chat
ID ocgkanifkmgpaooljpompbiaaihlgiip
URL Ufficiale https://chromewebstore.google.com/detail/fremily-chat/ocgkanifkmgpaooljpompbiaaihlgiip
Descrizione Chat colours and badges from on-screen chat for Fremily including live notifications!
Dimensione del File 247 KB
Conteggio Installazioni 111
Versione Corrente 1.6.2
Ultimo Aggiornamento 2024-01-04
Data di Pubblicazione 2021-03-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://florencebot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://florencebot.com/
URL della Pagina di Aiuto https://florencebot.com/extension
Lingue Supportate 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
}