Time Viewer for YouTube Live

Chrome Extension for Viewing Time on YouTube Live.

O que é Time Viewer for YouTube Live?

Time Viewer for YouTube Live é uma extensão do Chrome desenvolvida por https://fiahfy.blogspot.com, e sua principal característica é "Chrome Extension for Viewing Time on YouTube Live.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Time Viewer for YouTube Live

Baixe arquivos de extensão Time Viewer for YouTube Live no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Time Viewer for YouTube Live Time Viewer for YouTube Live
ID cnllmiliafeacdmlngaofjpjaljoolpc
URL Oficial https://chromewebstore.google.com/detail/time-viewer-for-youtube-l/cnllmiliafeacdmlngaofjpjaljoolpc
Descrição Chrome Extension for Viewing Time on YouTube Live.
Tamanho do Arquivo 25.52 KB
Contagem de Instalações 249
Versão Atual 0.0.6
Última Atualização 2023-01-01
Data de Publicação 2021-06-21
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor https://fiahfy.blogspot.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}