Youtube Playlist Analyser

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

Qu'est-ce que Youtube Playlist Analyser ?

Youtube Playlist Analyser est une extension Chrome développée par issac abraham, et sa fonction principale est "YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Playlist Analyser

Téléchargez les fichiers d'extension Youtube Playlist Analyser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Youtube Playlist Analyser Youtube Playlist Analyser
ID nocbnhlddghmkcagbnhpegjghahnjgnb
URL Officiel 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…
Taille du Fichier 194 KB
Nombre d'Installations 81
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-08-08
Date de Publication 2021-08-07
Évaluation 3.00/5 Total 1 Évaluations
Développeur issac abraham
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}