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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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:\/\/*\/*" ] } |