Chat Filter for YouTube Live

Chrome Extension for Filtering Chat Messages on YouTube Live.

Wat is Chat Filter for YouTube Live?

Chat Filter for YouTube Live is een Chrome-extensie ontwikkeld door https://fiahfy.blogspot.com, en de belangrijkste functie is "Chrome Extension for Filtering Chat Messages on YouTube Live.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Chat Filter for YouTube Live

Download Chat Filter for YouTube Live-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        - Filter chat messages by text or regular expression.
- Mask only messages or hide completely.                    

Basisinformatie over de Extensie

Naam Chat Filter for YouTube Live Chat Filter for YouTube Live
ID jalcplhakmckbmlbidmbmpaegcpbejog
Officiële URL https://chromewebstore.google.com/detail/chat-filter-for-youtube-l/jalcplhakmckbmlbidmbmpaegcpbejog
Beschrijving Chrome Extension for Filtering Chat Messages on YouTube Live.
Bestandsgrootte 192 KB
Aantal Installaties 3,413
Huidige Versie 0.0.12
Laatst Bijgewerkt 2023-05-04
Publicatiedatum 2020-05-25
Beoordeling 4.48/5 Totaal 21 Beoordelingen
Ontwikkelaar https://fiahfy.blogspot.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/live_chat*"
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "name": "Chat Filter for YouTube Live",
    "description": "Chrome Extension for Filtering Chat Messages on YouTube Live.",
    "version": "0.0.12"
}