YouTube Live Chat Comments Only

YouTubeライブチャットにて、アイコンと名前を非表示にします。Hide icon and name in YouTube live chat.(DeepL翻訳)

YouTube Live Chat Comments Only là gì?

YouTube Live Chat Comments Only là một tiện ích mở rộng Chrome được phát triển bởi 犬々, và tính năng chính của nó là "YouTubeライブチャットにて、アイコンと名前を非表示にします。Hide icon and name in YouTube live chat.(DeepL翻訳)".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Live Chat Comments Only

Tải xuống các tệp mở rộng YouTube Live Chat Comments Only 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

                        ・スクリーンショット
 1枚目(適用前)、2枚目(適用前)→3枚目(適用後)、4枚目(適用後、チャット拡大)

・説明
 YouTubeチャット欄でアイコンと名前を非表示にし、誰か分からない匿名の様な見た目にします。

・注意点
 あくまで導入した人からの見え方のみであり、導入していない人からの見え方は通常通りです。
 チャット入力欄にある自身のアイコンと名前は表示されておりますが、チャット表示欄の方では他の人達と同様に非表示になる為、チャットを撤回したい場合などでは操作性が悪くなります。
 言語/場所(設定):日本以外での確認はしていません。
 補足説明や更新履歴は、拡張機能インストール後のオプションページに記載しております。                    

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

Tên YouTube Live Chat Comments Only YouTube Live Chat Comments Only
ID bajaljaknlobelhidepmmieknjajkmpg
URL Chính Thức https://chromewebstore.google.com/detail/youtube-live-chat-comment/bajaljaknlobelhidepmmieknjajkmpg
Mô tả YouTubeライブチャットにて、アイコンと名前を非表示にします。Hide icon and name in YouTube live chat.(DeepL翻訳)
Kích Thước Tệp 49.24 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 1.3.0.18
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2020-09-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 犬々
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Live Chat Comments Only",
    "description": "YouTube\u30e9\u30a4\u30d6\u30c1\u30e3\u30c3\u30c8\u306b\u3066\u3001\u30a2\u30a4\u30b3\u30f3\u3068\u540d\u524d\u3092\u975e\u8868\u793a\u306b\u3057\u307e\u3059\u3002Hide icon and name in YouTube live chat.(DeepL\u7ffb\u8a33)",
    "action": {
        "default_title": "YLCCO",
        "default_icon": {
            "19": "action\/default_icon\/19.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "1.3.0.18",
    "manifest_version": 3,
    "options_page": "options_page\/options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_scripts\/js\/jquery.js",
                "content_scripts\/js\/style.js"
            ],
            "css": [
                "content_scripts\/css\/style.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/live_chat*"
            ]
        }
    ]
}