YouTube sticky player
You can read comments while watching the video for YouTube.
Hvad er YouTube sticky player?
YouTube sticky player er en Chrome-udvidelse udviklet af celclow, og dens hovedfunktion er "You can read comments while watching the video for YouTube.".
Udvidelsesskærmbilleder
Download YouTube sticky player-udvidelses-CRX-fil
Download YouTube sticky player-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fgohjopebdeegkkcmmenfghfhkedggfm |
| Officiel URL | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
| Beskrivelse | You can read comments while watching the video for YouTube. |
| Filstørrelse | 11.41 KB |
| Antal Installationer | 217 |
| Nuværende Version | 1.1.5 |
| Senest Opdateret | 2023-10-01 |
| Udgivelsesdato | 2020-05-21 |
| Bedømmelse | 4.40/5 Samlet 5 Bedømmelser |
| Udvikler | celclow |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/celclow/youtube-sticky-player |
| Hjælpeside-URL | https://github.com/celclow/youtube-sticky-player |
| Understøttede Sprog | 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"
}
} | |