Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

O que é Playback Time Calculator | YouTube, Udemy?

Playback Time Calculator | YouTube, Udemy é uma extensão do Chrome desenvolvida por heesangbb, e sua principal característica é "Calculate time by playback speed of video and playlist.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Playback Time Calculator | YouTube, Udemy

Baixe arquivos de extensão Playback Time Calculator | YouTube, Udemy 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

                        This extension displays time by playback speed of videos and playlists.

Features:
Displays the time by playback speed of video.
Displays the total playing time of the playlist(by playback speed).

How to use:
⏱: Time is displayed by playback speed when you mouse over it.

Caution:
If there are more than 100 videos in the playlist, scroll down and it will be counted again when loading is complete. - youtube                    

Informações Básicas da Extensão

Nome Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
URL Oficial https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
Descrição Calculate time by playback speed of video and playlist.
Tamanho do Arquivo 13.22 KB
Contagem de Instalações 138
Versão Atual 1.0.1
Última Atualização 2022-08-26
Data de Publicação 2022-08-01
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor heesangbb
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/heesangbb/playback-time-calculator-extension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Time Calculator | YouTube, Udemy",
    "description": "Calculate time by playback speed of video and playlist.",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.udemy.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "\/assets\/icon_128.png"
    }
}