Chat Filter for YouTube Live

Chrome Extension for Filtering Chat Messages on YouTube Live.

What is Chat Filter for YouTube Live?

Chat Filter for YouTube Live is a Chrome extension developed by https://fiahfy.blogspot.com, and its main feature is "Chrome Extension for Filtering Chat Messages on YouTube Live.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Chat Filter for YouTube Live Extension CRX File

Download Chat Filter for YouTube Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Chat Filter for YouTube Live Chat Filter for YouTube Live
ID jalcplhakmckbmlbidmbmpaegcpbejog
Official URL https://chromewebstore.google.com/detail/chat-filter-for-youtube-l/jalcplhakmckbmlbidmbmpaegcpbejog
Description Chrome Extension for Filtering Chat Messages on YouTube Live.
File Size 192 KB
Installation Count 3,413
Current Version 0.0.12
Last Updated 2023-05-04
Publish Date 2020-05-25
Rating 4.48/5 Total 21 Ratings
Developer https://fiahfy.blogspot.com
Email [email protected]
Payment Type free
Supported Languages 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"
}