Youtube Video Dislike and Analyzer

Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.

Что такое Youtube Video Dislike and Analyzer?

Youtube Video Dislike and Analyzer - это расширение Chrome, разработанное Allen Ye, и его основная функция - "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".

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

screenshot
screenshot

Скачать файл CRX расширения Youtube Video Dislike and Analyzer

Скачайте файлы расширений Youtube Video Dislike and Analyzer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Analyzes a Youtube video's view and like count to determine if the video is worth watching. Provides the ratios for the metrics to easily show viewer feedback for the video. 

How to use:
- Install
- Open up a youtube video
- Click on the extension to view the metrics
- Scroll through the pages to view metrics                    

Основная информация о расширении

Название Youtube Video Dislike and Analyzer Youtube Video Dislike and Analyzer
ID kopakfipkoacidinaekadjfngamalmfd
Официальный URL https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd
Описание Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.
Размер файла 2.01 MB
Количество установок 91
Текущая Версия 2.3
Последнее Обновление 2021-12-17
Дата публикации 2021-11-28
Рейтинг 3.67/5 Всего 6 оценок
Разработчик Allen Ye
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/allenye66
URL страницы помощи https://github.com/allenye66
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Video Dislike and Analyzer",
    "description": "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.",
    "version": "2.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}