YouTube sticky player
You can read comments while watching the video for YouTube.
Cos'è YouTube sticky player?
YouTube sticky player è un'estensione di Chrome sviluppata da celclow, e la sua funzione principale è "You can read comments while watching the video for YouTube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube sticky player
Scarica i file di estensione YouTube sticky player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
Informazioni di Base sull'Estensione
Nome | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
Descrizione | You can read comments while watching the video for YouTube. |
Dimensione del File | 11.41 KB |
Conteggio Installazioni | 217 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2023-10-01 |
Data di Pubblicazione | 2020-05-21 |
Valutazione | 4.40/5 Totale 5 Valutazioni |
Sviluppatore | celclow |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/celclow/youtube-sticky-player |
URL della Pagina di Aiuto | https://github.com/celclow/youtube-sticky-player |
Lingue Supportate | 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" } } |