Hide YouTube Comments

Hides all user comments on YouTube. There is no option or button to show the comments again.

Hide YouTube Commentsとは何ですか?

Hide YouTube CommentsはExtensionsによって開発されたChromeの拡張機能で、その主な機能は「Hides all user comments on YouTube. There is no option or button to show the comments again.」です。

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

screenshot

Hide YouTube Comments拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Hides all user comments on YouTube. There is no option or button to show the comments again.                    

拡張機能の基本情報

名前 Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
公式URL https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
説明 Hides all user comments on YouTube. There is no option or button to show the comments again.
ファイルサイズ 9.26 KB
インストール数 350
現在のバージョン 2
最終更新日 2023-03-19
公開日 2021-03-31
評価 5.00/5 合計 16 レビュー
開発者 Extensions
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://sites.google.com/view/capcut-privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Comments",
    "version": "2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "youtube.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    }
}