Time Viewer for YouTube Live

Chrome Extension for Viewing Time on YouTube Live.

Co je Time Viewer for YouTube Live?

Time Viewer for YouTube Live je rozšíření Chrome vyvinuté https://fiahfy.blogspot.com, a jeho hlavní funkcí je „Chrome Extension for Viewing Time on YouTube Live.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Time Viewer for YouTube Live

Stáhněte si soubory rozšíření Time Viewer for YouTube Live 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í

                        - Display video publishing time.
- Display time on seek bar and chat.                    

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

Název Time Viewer for YouTube Live Time Viewer for YouTube Live
ID cnllmiliafeacdmlngaofjpjaljoolpc
Oficiální URL https://chromewebstore.google.com/detail/time-viewer-for-youtube-l/cnllmiliafeacdmlngaofjpjaljoolpc
Popis Chrome Extension for Viewing Time on YouTube Live.
Velikost souboru 25.52 KB
Počet instalací 249
Aktuální Verze 0.0.6
Poslední Aktualizace 2023-01-01
Datum Vydání 2021-06-21
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář https://fiahfy.blogspot.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": false,
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/live_chat_replay*"
            ],
            "all_frames": true,
            "js": [
                "content-script-frame.js"
            ],
            "css": [
                "content-script-frame.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "name": "Time Viewer for YouTube Live",
    "description": "Chrome Extension for Viewing Time on YouTube Live.",
    "version": "0.0.6"
}