Youtube Comment Viewer

Watch the video with comments on full screen!

Youtube Comment Viewerとは何ですか?

Youtube Comment Viewerはtonymkcv93によって開発されたChromeの拡張機能で、その主な機能は「Watch the video with comments on full screen!」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Youtube Comment Viewer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enjoy view comments on all types of screens without scrolling down!!

----
Features

➡️ View comment with all video types (fullscreen, theater, general mode)
➡️ Drag to size the comment window
➡️ Automatically resize the video based on the size of the comment window
➡️ Support Dark mode
➡️ easily Toggle "always turn on/off Comment Viewer"

----
Why youtube comment viewer is needed.

Traditional YouTube requires scrolling down to read comments. This is very cumbersome. 

With 'Youtube Comment Viewer', you can easily display comments on the right side of the video, and the size of the window can also be resized

----
💬Bug reports and inquiries -  [email protected]
----                    

拡張機能の基本情報

名前 Youtube Comment Viewer Youtube Comment Viewer
ID dbkfbnelkejobnjchbcebhhjeaengldp
公式URL https://chromewebstore.google.com/detail/youtube-comment-viewer/dbkfbnelkejobnjchbcebhhjeaengldp
説明 Watch the video with comments on full screen!
ファイルサイズ 786 KB
インストール数 482
現在のバージョン 1.0.6
最終更新日 2023-07-16
公開日 2023-06-07
評価 5.00/5 合計 14 レビュー
開発者 tonymkcv93
Eメール [email protected]
支払い方法 free
対応言語 en,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.6",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "scripts\/interact.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "type": "module",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/content-script.js"
            ],
            "css": [
                "styles\/style.css"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "webNavigation",
        "storage"
    ]
}