YouTube Channel Stats
This extension calculates various stats about the current YouTube channel.
YouTube Channel Statsคืออะไร?
YouTube Channel Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LostKnoll และคุณลักษณะหลักของมันคือ "This extension calculates various stats about the current YouTube channel."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Channel Stats
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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:\/\/*\/*" ] } |