YouTube sticky player
You can read comments while watching the video for YouTube.
Vad är YouTube sticky player?
YouTube sticky player är en Chrome-tillägg utvecklad av celclow, och dess huvudfunktion är "You can read comments while watching the video for YouTube.".
Tilläggsskärmbilder
Ladda ner YouTube sticky player-förlängningens CRX-fil
Ladda ner YouTube sticky player-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
Grundläggande Information om Tillägg
Namn | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
Beskrivning | You can read comments while watching the video for YouTube. |
Filstorlek | 11.41 KB |
Antal Installationer | 217 |
Aktuell Version | 1.1.5 |
Senast Uppdaterad | 2023-10-01 |
Publiceringsdatum | 2020-05-21 |
Betyg | 4.40/5 Totalt 5 Betyg |
Utvecklare | celclow |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/celclow/youtube-sticky-player |
Hjälpsida URL | https://github.com/celclow/youtube-sticky-player |
Stödda Språk | 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" } } |