youtube-live-chat-selector

Chrome Extension for Selecting Chat Messages on YouTube Live.

What is youtube-live-chat-selector?

youtube-live-chat-selector is a Chrome extension developed by https://fiahfy.blogspot.com, and its main feature is "Chrome Extension for Selecting Chat Messages on YouTube Live.".

Extension Screenshots

screenshot
screenshot

Download youtube-live-chat-selector Extension CRX File

Download youtube-live-chat-selector 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 authority types.                    

Extension Basic Information

Name youtube-live-chat-selector youtube-live-chat-selector
ID elgbmlibcejchmmfkngbdpdmejbajkll
Official URL https://chromewebstore.google.com/detail/youtube-live-chat-selecto/elgbmlibcejchmmfkngbdpdmejbajkll
Description Chrome Extension for Selecting Chat Messages on YouTube Live.
File Size 100 KB
Installation Count 5,772
Current Version 0.0.9
Last Updated 2023-05-06
Publish Date 2020-04-01
Rating 4.80/5 Total 35 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",
    "name": "youtube-live-chat-selector",
    "description": "Chrome Extension for Selecting Chat Messages on YouTube Live.",
    "version": "0.0.9",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader-924d9f2a.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/live_chat*"
            ],
            "all_frames": true,
            "css": [
                "assets\/content-script-13bac0e4.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/content-script.ts-a8ccf41d.js"
            ],
            "use_dynamic_url": true
        }
    ]
}