YouTube™ Chat Remover

Removes YouTube's live chat box

YouTube™ Chat Removerとは何ですか?

YouTube™ Chat Removerはnikosardas.devによって開発されたChromeの拡張機能で、その主な機能は「Removes YouTube's live chat box」です。

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

YouTube™ Chat Remover拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A toggle button for hiding YouTube's live chat box by default.                    

拡張機能の基本情報

名前 YouTube™ Chat Remover YouTube™ Chat Remover
ID epifmfofapbgjhakoppjalnhkciakpgj
公式URL https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj
説明 Removes YouTube's live chat box
ファイルサイズ 10.42 KB
インストール数 143
現在のバージョン 1.4.2
最終更新日 2022-02-09
公開日 2019-09-18
評価 4.00/5 合計 4 レビュー
開発者 nikosardas.dev
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/nikosardas-dev/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Chat Remover",
    "manifest_version": 3,
    "version": "1.4.2",
    "description": "Removes YouTube's live chat box",
    "icons": {
        "128": "onIcon.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "onIcon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ]
}