youtube-live-chat-selector

Chrome Extension for Selecting Chat Messages on YouTube Live.

youtube-live-chat-selectorとは何ですか?

youtube-live-chat-selectorはhttps://fiahfy.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Selecting Chat Messages on YouTube Live.」です。

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

screenshot
screenshot

youtube-live-chat-selector拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        - Filter chat messages by authority types.                    

拡張機能の基本情報

名前 youtube-live-chat-selector youtube-live-chat-selector
ID elgbmlibcejchmmfkngbdpdmejbajkll
公式URL https://chromewebstore.google.com/detail/youtube-live-chat-selecto/elgbmlibcejchmmfkngbdpdmejbajkll
説明 Chrome Extension for Selecting Chat Messages on YouTube Live.
ファイルサイズ 100 KB
インストール数 5,772
現在のバージョン 0.0.9
最終更新日 2023-05-06
公開日 2020-04-01
評価 4.80/5 合計 35 レビュー
開発者 https://fiahfy.blogspot.com
Eメール [email protected]
支払い方法 free
対応言語 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
        }
    ]
}