Sidesy: Your Comments Sidebar For YouTube

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

What is Sidesy: Your Comments Sidebar For YouTube?

Sidesy: Your Comments Sidebar For YouTube is a Chrome extension developed by Abin John, and its main feature is "Bring YouTube comments to the side. Dive into the comments without scrolling past the video.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Sidesy: Your Comments Sidebar For YouTube Extension CRX File

Download Sidesy: Your Comments Sidebar For YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sidesy: Your Comments Sidebar For YouTube Sidesy: Your Comments Sidebar For YouTube
ID mlceikceecooilkgiikkopipedhjjech
Official URL https://chromewebstore.google.com/detail/sidesy-your-comments-side/mlceikceecooilkgiikkopipedhjjech
Description Bring YouTube comments to the side. Dive into the comments without scrolling past the video.
File Size 1.96 MB
Installation Count 918
Current Version 1.3.4
Last Updated 2024-01-18
Publish Date 2023-02-06
Rating 4.44/5 Total 32 Ratings
Developer Abin John
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}