Sidesy: Your Comments Sidebar For YouTube

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

Was ist Sidesy: Your Comments Sidebar For YouTube?

Sidesy: Your Comments Sidebar For YouTube ist eine Chrome-Erweiterung, die von Abin John entwickelt wurde, und ihr Hauptmerkmal ist "Bring YouTube comments to the side. Dive into the comments without scrolling past the video.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Sidesy: Your Comments Sidebar For YouTube-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sidesy: Your Comments Sidebar For YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sidesy: Your Comments Sidebar For YouTube Sidesy: Your Comments Sidebar For YouTube
ID mlceikceecooilkgiikkopipedhjjech
Offizielle URL https://chromewebstore.google.com/detail/sidesy-your-comments-side/mlceikceecooilkgiikkopipedhjjech
Beschreibung Bring YouTube comments to the side. Dive into the comments without scrolling past the video.
Dateigröße 1.96 MB
Installationsanzahl 918
Aktuelle Version 1.3.4
Letztes Update 2024-01-18
Veröffentlichungsdatum 2023-02-06
Bewertung 4.44/5 Insgesamt 32 Bewertungen
Entwickler Abin John
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}