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.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл 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 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:\/\/*\/*"
    ]
}