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