youtube-live-chat-notifier

Chrome Extension for Notifying Chat Messages on YouTube Live.

youtube-live-chat-notifier là gì?

youtube-live-chat-notifier là một tiện ích mở rộng Chrome được phát triển bởi https://fiahfy.blogspot.com, và tính năng chính của nó là "Chrome Extension for Notifying Chat Messages on YouTube Live.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng youtube-live-chat-notifier

Tải xuống các tệp mở rộng youtube-live-chat-notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - Notify chat messages by authority types.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên youtube-live-chat-notifier youtube-live-chat-notifier
ID comcgfpdgcmplihamnpfehmmgablmenl
URL Chính Thức https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl
Mô tả Chrome Extension for Notifying Chat Messages on YouTube Live.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 183
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2023-05-06
Ngày Phát Hành 2020-05-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://fiahfy.blogspot.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}