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.

Co to jest Youtube Video Dislike and Analyzer?

Youtube Video Dislike and Analyzer to rozszerzenie Chrome opracowane przez Allen Ye, a jego główną funkcją jest „Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Youtube Video Dislike and Analyzer

Pobierz pliki rozszerzeń Youtube Video Dislike and Analyzer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube Video Dislike and Analyzer Youtube Video Dislike and Analyzer
ID kopakfipkoacidinaekadjfngamalmfd
Oficjalny URL https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd
Opis Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.
Rozmiar pliku 2.01 MB
Liczba instalacji 91
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2021-12-17
Data Publikacji 2021-11-28
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper Allen Ye
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/allenye66
Adres URL Strony Pomocy https://github.com/allenye66
Obsługiwane Języki 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"
    ]
}