YouTube sticky player
You can read comments while watching the video for YouTube.
Was ist YouTube sticky player?
YouTube sticky player ist eine Chrome-Erweiterung, die von celclow entwickelt wurde, und ihr Hauptmerkmal ist "You can read comments while watching the video for YouTube.".
Erweiterungsscreenshots
YouTube sticky player-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube sticky player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
Grundlegende Informationen zur Erweiterung
Name | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
Beschreibung | You can read comments while watching the video for YouTube. |
Dateigröße | 11.41 KB |
Installationsanzahl | 217 |
Aktuelle Version | 1.1.5 |
Letztes Update | 2023-10-01 |
Veröffentlichungsdatum | 2020-05-21 |
Bewertung | 4.40/5 Insgesamt 5 Bewertungen |
Entwickler | celclow |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/celclow/youtube-sticky-player |
Hilfeseite URL | https://github.com/celclow/youtube-sticky-player |
Unterstützte Sprachen | 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" } } |