YouTube Channel Stats

This extension calculates various stats about the current YouTube channel.

什麼是YouTube Channel Stats?

YouTube Channel Stats是由LostKnoll開發的Chrome擴展程式,該擴展的主要功能是“This extension calculates various stats about the current YouTube channel.”。

擴展截圖

screenshot
screenshot
screenshot

下載YouTube Channel Stats擴展crx文件

下載YouTube Channel Stats擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 YouTube Channel Stats YouTube Channel Stats
ID hihlnkggmbabmpimnjglgiimdcempbbf
官方網址 https://chromewebstore.google.com/detail/youtube-channel-stats/hihlnkggmbabmpimnjglgiimdcempbbf
簡介 This extension calculates various stats about the current YouTube channel.
檔案大小 9.62 KB
安裝次數 442
目前版本 1.1
更新時間 2023-05-24
上架時間 2023-05-13
評分 5.00/5 共 4 次評分
開發者 LostKnoll
電子郵箱 [email protected]
付費類型 free
支援的語言 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:\/\/*\/*"
    ]
}