YouTube sticky player

You can read comments while watching the video for YouTube.

Co je YouTube sticky player?

YouTube sticky player je rozšíření Chrome vyvinuté celclow, a jeho hlavní funkcí je „You can read comments while watching the video for YouTube.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření YouTube sticky player

Stáhněte si soubory rozšíření YouTube sticky player ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název YouTube sticky player YouTube sticky player
ID fgohjopebdeegkkcmmenfghfhkedggfm
Oficiální URL https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm
Popis You can read comments while watching the video for YouTube.
Velikost souboru 11.41 KB
Počet instalací 217
Aktuální Verze 1.1.5
Poslední Aktualizace 2023-10-01
Datum Vydání 2020-05-21
Hodnocení 4.40/5 Celkem 5 Hodnocení
Vývojář celclow
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/celclow/youtube-sticky-player
URL Stránky Nápovědy https://github.com/celclow/youtube-sticky-player
Podporované Jazyky 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"
    }
}