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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}