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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Abin John, και η κύρια λειτουργία του είναι "Bring YouTube comments to the side. Dive into the comments without scrolling past the video.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sidesy: Your Comments Sidebar For YouTube

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}