YouTube sticky player

You can read comments while watching the video for YouTube.

Co to jest YouTube sticky player?

YouTube sticky player to rozszerzenie Chrome opracowane przez celclow, a jego główną funkcją jest „You can read comments while watching the video for YouTube.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube sticky player

Pobierz pliki rozszerzeń YouTube sticky player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube sticky player YouTube sticky player
ID fgohjopebdeegkkcmmenfghfhkedggfm
Oficjalny URL https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm
Opis You can read comments while watching the video for YouTube.
Rozmiar pliku 11.41 KB
Liczba instalacji 217
Aktualna Wersja 1.1.5
Ostatnia Aktualizacja 2023-10-01
Data Publikacji 2020-05-21
Ocena 4.40/5 Łącznie 5 Oceny
Deweloper celclow
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/celclow/youtube-sticky-player
Adres URL Strony Pomocy https://github.com/celclow/youtube-sticky-player
Obsługiwane Języki 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"
    }
}