Youtube Playlist Analyser

YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…

什麼是Youtube Playlist Analyser?

Youtube Playlist Analyser是由issac abraham開發的Chrome擴展程式,該擴展的主要功能是“YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…”。

擴展截圖

screenshot

下載Youtube Playlist Analyser擴展crx文件

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

擴展使用說明

                        YouTube Playlist Analyzer
This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds of your choice.                    

擴展基本資訊

名稱 Youtube Playlist Analyser Youtube Playlist Analyser
ID nocbnhlddghmkcagbnhpegjghahnjgnb
官方網址 https://chromewebstore.google.com/detail/youtube-playlist-analyser/nocbnhlddghmkcagbnhpegjghahnjgnb
簡介 YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…
檔案大小 194 KB
安裝次數 81
目前版本 1.0.0
更新時間 2021-08-08
上架時間 2021-08-07
評分 3.00/5 共 1 次評分
開發者 issac abraham
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Playlist Analyser",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/Content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/16x16.png",
        "48": "assets\/48x48.png",
        "128": "assets\/128x128.png"
    }
}