Time Viewer for YouTube Live

Chrome Extension for Viewing Time on YouTube Live.

Cos'è Time Viewer for YouTube Live?

Time Viewer for YouTube Live è un'estensione di Chrome sviluppata da https://fiahfy.blogspot.com, e la sua funzione principale è "Chrome Extension for Viewing Time on YouTube Live.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Time Viewer for YouTube Live

Scarica i file di estensione Time Viewer for YouTube Live in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Time Viewer for YouTube Live Time Viewer for YouTube Live
ID cnllmiliafeacdmlngaofjpjaljoolpc
URL Ufficiale https://chromewebstore.google.com/detail/time-viewer-for-youtube-l/cnllmiliafeacdmlngaofjpjaljoolpc
Descrizione Chrome Extension for Viewing Time on YouTube Live.
Dimensione del File 25.52 KB
Conteggio Installazioni 249
Versione Corrente 0.0.6
Ultimo Aggiornamento 2023-01-01
Data di Pubblicazione 2021-06-21
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore https://fiahfy.blogspot.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}