Sidesy: Your Comments Sidebar For YouTube

Bring YouTube comments to the side. Dive into the comments without scrolling past the video.

Sidesy: Your Comments Sidebar For YouTubeとは何ですか?

Sidesy: Your Comments Sidebar For YouTubeはAbin Johnによって開発されたChromeの拡張機能で、その主な機能は「Bring YouTube comments to the side. Dive into the comments without scrolling past the video.」です。

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

screenshot
screenshot
screenshot

Sidesy: Your Comments Sidebar For YouTube拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Features - 
1. Built for convenience with an eye for aesthetics. Unlike other similar options in the market, the sidebar comments don't feel out of place. They look nice and work well.
2. Dark & light modes depending on your YouTube settings.
3. Easy toggle integrated right into the comments section to easily switch between default and sidebar views.

If you enjoyed using Sidesy, please consider leaving a review.                    

拡張機能の基本情報

名前 Sidesy: Your Comments Sidebar For YouTube Sidesy: Your Comments Sidebar For YouTube
ID mlceikceecooilkgiikkopipedhjjech
公式URL https://chromewebstore.google.com/detail/sidesy-your-comments-side/mlceikceecooilkgiikkopipedhjjech
説明 Bring YouTube comments to the side. Dive into the comments without scrolling past the video.
ファイルサイズ 1.96 MB
インストール数 918
現在のバージョン 1.3.4
最終更新日 2024-01-18
公開日 2023-02-06
評価 4.44/5 合計 32 レビュー
開発者 Abin John
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sidesy: Your Comments Sidebar For YouTube",
    "version": "1.3.4",
    "description": "Bring YouTube comments to the side. Dive into the comments without scrolling past the video.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/comments.js"
            ],
            "css": [
                "scripts\/styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "images\/sidesy-128.png"
    }
}