YouTube sticky player

You can read comments while watching the video for YouTube.

Wat is YouTube sticky player?

YouTube sticky player is een Chrome-extensie ontwikkeld door celclow, en de belangrijkste functie is "You can read comments while watching the video for YouTube.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube sticky player

Download YouTube sticky player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouTube sticky player YouTube sticky player
ID fgohjopebdeegkkcmmenfghfhkedggfm
Officiële URL https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm
Beschrijving You can read comments while watching the video for YouTube.
Bestandsgrootte 11.41 KB
Aantal Installaties 217
Huidige Versie 1.1.5
Laatst Bijgewerkt 2023-10-01
Publicatiedatum 2020-05-21
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar celclow
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/celclow/youtube-sticky-player
Help Pagina-URL https://github.com/celclow/youtube-sticky-player
Ondersteunde Talen 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"
    }
}