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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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:\/\/*\/*"
    ]
}