Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

Vad är Playback Time Calculator | YouTube, Udemy?

Playback Time Calculator | YouTube, Udemy är en Chrome-tillägg utvecklad av heesangbb, och dess huvudfunktion är "Calculate time by playback speed of video and playlist.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Playback Time Calculator | YouTube, Udemy-förlängningens CRX-fil

Ladda ner Playback Time Calculator | YouTube, Udemy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
Officiell webbadress https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
Beskrivning Calculate time by playback speed of video and playlist.
Filstorlek 13.22 KB
Antal Installationer 138
Aktuell Version 1.0.1
Senast Uppdaterad 2022-08-26
Publiceringsdatum 2022-08-01
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare heesangbb
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/heesangbb/playback-time-calculator-extension
Stödda Språk 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"
    }
}