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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}