YouTube Members' Chat Filter

Adds a menu to the YouTube chat section where only chats by members are visible.

YouTube Members' Chat Filterとは何ですか?

YouTube Members' Chat Filterはkudohamuによって開発されたChromeの拡張機能で、その主な機能は「Adds a menu to the YouTube chat section where only chats by members are visible.」です。

拡張機能のスクリーンショット

screenshot

YouTube Members' Chat Filter拡張機能のCRXファイルをダウンロード

YouTube Members' Chat Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Add a menu to the YouTube chat section to show only members' chats.

Many of the users who troll or chat unpleasantly on YouTube are users who are not fans of the streamer enough to become members.
This extension will help keep your mental health clean by allowing you to see only members' chats.                    

拡張機能の基本情報

名前 YouTube Members' Chat Filter YouTube Members' Chat Filter
ID dhmbhehcgemcdcjlfmigebgdjjnconhi
公式URL https://chromewebstore.google.com/detail/youtube-members-chat-filt/dhmbhehcgemcdcjlfmigebgdjjnconhi
説明 Adds a menu to the YouTube chat section where only chats by members are visible.
ファイルサイズ 11.91 KB
インストール数 428
現在のバージョン 1.0.0
最終更新日 2021-06-04
公開日 2021-05-16
評価 5.00/5 合計 4 レビュー
開発者 kudohamu
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/kudohamu/youtube-members-chat-filter-extension
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Members' Chat Filter",
    "version": "1.0.0",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/live_chat?*",
                "https:\/\/www.youtube.com\/live_chat_replay?*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/icon.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}