YouTube Channel Stats

This extension calculates various stats about the current YouTube channel.

What is YouTube Channel Stats?

YouTube Channel Stats is a Chrome extension developed by LostKnoll, and its main feature is "This extension calculates various stats about the current YouTube channel.".

Extension Screenshots

screenshot
screenshot
screenshot

Download YouTube Channel Stats Extension CRX File

Download YouTube Channel Stats 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

                        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.                    

Extension Basic Information

Name YouTube Channel Stats YouTube Channel Stats
ID hihlnkggmbabmpimnjglgiimdcempbbf
Official URL https://chromewebstore.google.com/detail/youtube-channel-stats/hihlnkggmbabmpimnjglgiimdcempbbf
Description This extension calculates various stats about the current YouTube channel.
File Size 9.62 KB
Installation Count 442
Current Version 1.1
Last Updated 2023-05-24
Publish Date 2023-05-13
Rating 5.00/5 Total 4 Ratings
Developer LostKnoll
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}