youtube-live-chat-notifier

Chrome Extension for Notifying Chat Messages on YouTube Live.

Τι είναι το youtube-live-chat-notifier;

Το youtube-live-chat-notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fiahfy.blogspot.com, και η κύρια λειτουργία του είναι "Chrome Extension for Notifying Chat Messages on YouTube Live.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης youtube-live-chat-notifier

Λήψη αρχείων επέκτασης youtube-live-chat-notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        - Notify chat messages by authority types.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα youtube-live-chat-notifier youtube-live-chat-notifier
ID comcgfpdgcmplihamnpfehmmgablmenl
Επίσημο URL https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl
Περιγραφή Chrome Extension for Notifying Chat Messages on YouTube Live.
Μέγεθος Αρχείου 102 KB
Αριθμός Εγκαταστάσεων 183
Τρέχουσα Έκδοση 0.0.8
Τελευταία Ενημέρωση 2023-05-06
Ημερομηνία Δημοσίευσης 2020-05-25
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://fiahfy.blogspot.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "youtube-live-chat-notifier",
    "description": "Chrome Extension for Notifying Chat Messages on YouTube Live.",
    "version": "0.0.8",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader-d0ff8b3d.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/live_chat*"
            ],
            "all_frames": true,
            "css": [
                "assets\/content-script-a2229ce9.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/content-script.ts-73e47f51.js"
            ],
            "use_dynamic_url": true
        }
    ]
}