YouTube Channel Stats

This extension calculates various stats about the current YouTube channel.

Qu'est-ce que YouTube Channel Stats ?

YouTube Channel Stats est une extension Chrome développée par LostKnoll, et sa fonction principale est "This extension calculates various stats about the current YouTube channel.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Channel Stats

Téléchargez les fichiers d'extension YouTube Channel Stats 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

                        Navigate to the channel page, or video of a channel that you are looking for the statistics of, and click the extension icon to load the channel stats popup! 

There are currently two different calculations for this extension.  First is the "Last 12 Videos Stats" calculation.  This pulls the last 12 uploaded videos, excluding "shorts", removes the videos with the highest and lowest view count, and then calculates the average views, likes, and comments for the remaining 10 videos.

The second calculation is the "Last 90 Days Stat Calc".  This grabs all the uploaded videos, excluding "shorts", that are between 15 and 90 days old, and then calculates the average views, likes, and comments.                    

Informations de Base sur l'Extension

Nom YouTube Channel Stats YouTube Channel Stats
ID hihlnkggmbabmpimnjglgiimdcempbbf
URL Officiel https://chromewebstore.google.com/detail/youtube-channel-stats/hihlnkggmbabmpimnjglgiimdcempbbf
Description This extension calculates various stats about the current YouTube channel.
Taille du Fichier 9.62 KB
Nombre d'Installations 442
Version Actuelle 1.1
Dernière Mise à Jour 2023-05-24
Date de Publication 2023-05-13
Évaluation 5.00/5 Total 4 Évaluations
Développeur LostKnoll
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Channel Stats",
    "version": "1.1",
    "manifest_version": 3,
    "description": "This extension calculates various stats about the current YouTube channel.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}