Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

什麼是Playback Time Calculator | YouTube, Udemy?

Playback Time Calculator | YouTube, Udemy是由heesangbb開發的Chrome擴展程式,該擴展的主要功能是“Calculate time by playback speed of video and playlist.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Playback Time Calculator | YouTube, Udemy擴展crx文件

下載Playback Time Calculator | YouTube, Udemy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
官方網址 https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
簡介 Calculate time by playback speed of video and playlist.
檔案大小 13.22 KB
安裝次數 138
目前版本 1.0.1
更新時間 2022-08-26
上架時間 2022-08-01
評分 5.00/5 共 2 次評分
開發者 heesangbb
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/heesangbb/playback-time-calculator-extension
支援的語言 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"
    }
}