Youtube Playlist Analyser

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

What is Youtube Playlist Analyser?

Youtube Playlist Analyser is a Chrome extension developed by issac abraham, and its main feature is "YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…".

Extension Screenshots

screenshot

Download Youtube Playlist Analyser Extension CRX File

Download Youtube Playlist Analyser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Youtube Playlist Analyser Youtube Playlist Analyser
ID nocbnhlddghmkcagbnhpegjghahnjgnb
Official URL https://chromewebstore.google.com/detail/youtube-playlist-analyser/nocbnhlddghmkcagbnhpegjghahnjgnb
Description YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…
File Size 194 KB
Installation Count 81
Current Version 1.0.0
Last Updated 2021-08-08
Publish Date 2021-08-07
Rating 3.00/5 Total 1 Ratings
Developer issac abraham
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}