YouTube sticky player

You can read comments while watching the video for YouTube.

What is YouTube sticky player?

YouTube sticky player is a Chrome extension developed by celclow, and its main feature is "You can read comments while watching the video for YouTube.".

Extension Screenshots

screenshot

Download YouTube sticky player Extension CRX File

Download YouTube sticky player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube sticky player YouTube sticky player
ID fgohjopebdeegkkcmmenfghfhkedggfm
Official URL https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm
Description You can read comments while watching the video for YouTube.
File Size 11.41 KB
Installation Count 217
Current Version 1.1.5
Last Updated 2023-10-01
Publish Date 2020-05-21
Rating 4.40/5 Total 5 Ratings
Developer celclow
Email [email protected]
Payment Type free
Extension Website https://github.com/celclow/youtube-sticky-player
Help Page URL https://github.com/celclow/youtube-sticky-player
Supported Languages 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"
    }
}