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 là gì?

Sidesy: Your Comments Sidebar For YouTube là một tiện ích mở rộng Chrome được phát triển bởi Abin John, và tính năng chính của nó là "Bring YouTube comments to the side. Dive into the comments without scrolling past the video.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sidesy: Your Comments Sidebar For YouTube

Tải xuống các tệp mở rộng Sidesy: Your Comments Sidebar For YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sidesy: Your Comments Sidebar For YouTube Sidesy: Your Comments Sidebar For YouTube
ID mlceikceecooilkgiikkopipedhjjech
URL Chính Thức https://chromewebstore.google.com/detail/sidesy-your-comments-side/mlceikceecooilkgiikkopipedhjjech
Mô tả Bring YouTube comments to the side. Dive into the comments without scrolling past the video.
Kích Thước Tệp 1.96 MB
Số Lần Cài Đặt 918
Phiên Bản Hiện Tại 1.3.4
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2023-02-06
Đánh Giá 4.44/5 Tổng số 32 Đánh Giá
Nhà Phát Triển Abin John
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}