YouTube Channel Stats
This extension calculates various stats about the current YouTube channel.
Cos'è YouTube Channel Stats?
YouTube Channel Stats è un'estensione di Chrome sviluppata da LostKnoll, e la sua funzione principale è "This extension calculates various stats about the current YouTube channel.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Channel Stats
Scarica i file di estensione YouTube Channel Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | YouTube Channel Stats |
ID | hihlnkggmbabmpimnjglgiimdcempbbf |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-channel-stats/hihlnkggmbabmpimnjglgiimdcempbbf |
Descrizione | This extension calculates various stats about the current YouTube channel. |
Dimensione del File | 9.62 KB |
Conteggio Installazioni | 442 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-05-24 |
Data di Pubblicazione | 2023-05-13 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | LostKnoll |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |