YouTube sticky player
You can read comments while watching the video for YouTube.
Apa itu YouTube sticky player?
YouTube sticky player adalah ekstensi Chrome yang dikembangkan oleh celclow, dan fitur utamanya adalah "You can read comments while watching the video for YouTube.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube sticky player
Unduh file ekstensi YouTube sticky player dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
Informasi Dasar Ekstensi
Nama | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
URL Resmi | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
Deskripsi | You can read comments while watching the video for YouTube. |
Ukuran File | 11.41 KB |
Jumlah Instalasi | 217 |
Versi Saat Ini | 1.1.5 |
Terakhir Diperbarui | 2023-10-01 |
Tanggal Publikasi | 2020-05-21 |
Penilaian | 4.40/5 Total 5 Penilaian |
Pengembang | celclow |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/celclow/youtube-sticky-player |
URL Halaman Bantuan | https://github.com/celclow/youtube-sticky-player |
Bahasa yang Didukung | 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" } } |