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.

Wat is Youtube Video Dislike and Analyzer?

Youtube Video Dislike and Analyzer is een Chrome-extensie ontwikkeld door Allen Ye, en de belangrijkste functie is "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Youtube Video Dislike and Analyzer

Download Youtube Video Dislike and Analyzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Youtube Video Dislike and Analyzer Youtube Video Dislike and Analyzer
ID kopakfipkoacidinaekadjfngamalmfd
Officiële URL https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd
Beschrijving Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.
Bestandsgrootte 2.01 MB
Aantal Installaties 91
Huidige Versie 2.3
Laatst Bijgewerkt 2021-12-17
Publicatiedatum 2021-11-28
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Allen Ye
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/allenye66
Help Pagina-URL https://github.com/allenye66
Ondersteunde Talen 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"
    ]
}