YouTube sticky player
You can read comments while watching the video for YouTube.
Qu'est-ce que YouTube sticky player ?
YouTube sticky player est une extension Chrome développée par celclow, et sa fonction principale est "You can read comments while watching the video for YouTube.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube sticky player
Téléchargez les fichiers d'extension YouTube sticky player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
Informations de Base sur l'Extension
Nom | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
URL Officiel | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
Description | You can read comments while watching the video for YouTube. |
Taille du Fichier | 11.41 KB |
Nombre d'Installations | 217 |
Version Actuelle | 1.1.5 |
Dernière Mise à Jour | 2023-10-01 |
Date de Publication | 2020-05-21 |
Évaluation | 4.40/5 Total 5 Évaluations |
Développeur | celclow |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/celclow/youtube-sticky-player |
URL de la Page d'Aide | https://github.com/celclow/youtube-sticky-player |
Langues Prises en Charge | 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" } } |