Sidesy: Your Comments Sidebar For YouTube

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

Vad är Sidesy: Your Comments Sidebar For YouTube?

Sidesy: Your Comments Sidebar For YouTube är en Chrome-tillägg utvecklad av Abin John, och dess huvudfunktion är "Bring YouTube comments to the side. Dive into the comments without scrolling past the video.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Sidesy: Your Comments Sidebar For YouTube-förlängningens CRX-fil

Ladda ner Sidesy: Your Comments Sidebar For YouTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Sidesy: Your Comments Sidebar For YouTube Sidesy: Your Comments Sidebar For YouTube
ID mlceikceecooilkgiikkopipedhjjech
Officiell webbadress https://chromewebstore.google.com/detail/sidesy-your-comments-side/mlceikceecooilkgiikkopipedhjjech
Beskrivning Bring YouTube comments to the side. Dive into the comments without scrolling past the video.
Filstorlek 1.96 MB
Antal Installationer 918
Aktuell Version 1.3.4
Senast Uppdaterad 2024-01-18
Publiceringsdatum 2023-02-06
Betyg 4.44/5 Totalt 32 Betyg
Utvecklare Abin John
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}