YouTube sticky player

You can read comments while watching the video for YouTube.

YouTube sticky player là gì?

YouTube sticky player là một tiện ích mở rộng Chrome được phát triển bởi celclow, và tính năng chính của nó là "You can read comments while watching the video for YouTube.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube sticky player

Tải xuống các tệp mở rộng YouTube sticky player 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

                        Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.                    

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

Tên YouTube sticky player YouTube sticky player
ID fgohjopebdeegkkcmmenfghfhkedggfm
URL Chính Thức https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm
Mô tả You can read comments while watching the video for YouTube.
Kích Thước Tệp 11.41 KB
Số Lần Cài Đặt 217
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2023-10-01
Ngày Phát Hành 2020-05-21
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển celclow
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/celclow/youtube-sticky-player
URL Trang Trợ Giúp https://github.com/celclow/youtube-sticky-player
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube sticky player",
    "version": "1.1.5",
    "manifest_version": 3,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube_sticky_player.js"
            ],
            "css": [
                "youtube_sticky_player.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}