Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

Co je Playback Time Calculator | YouTube, Udemy?

Playback Time Calculator | YouTube, Udemy je rozšíření Chrome vyvinuté heesangbb, a jeho hlavní funkcí je „Calculate time by playback speed of video and playlist.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Playback Time Calculator | YouTube, Udemy

Stáhněte si soubory rozšíření Playback Time Calculator | YouTube, Udemy 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í

                        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                    

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

Název Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
Oficiální URL https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
Popis Calculate time by playback speed of video and playlist.
Velikost souboru 13.22 KB
Počet instalací 138
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-08-26
Datum Vydání 2022-08-01
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář heesangbb
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/heesangbb/playback-time-calculator-extension
Podporované Jazyky 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"
    }
}