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
}