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.

Hvad er Youtube Video Dislike and Analyzer?

Youtube Video Dislike and Analyzer er en Chrome-udvidelse udviklet af Allen Ye, og dens hovedfunktion er "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Youtube Video Dislike and Analyzer-udvidelses-CRX-fil

Download Youtube Video Dislike and Analyzer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube Video Dislike and Analyzer Youtube Video Dislike and Analyzer
ID kopakfipkoacidinaekadjfngamalmfd
Officiel URL https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd
Beskrivelse Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.
Filstørrelse 2.01 MB
Antal Installationer 91
Nuværende Version 2.3
Senest Opdateret 2021-12-17
Udgivelsesdato 2021-11-28
Bedømmelse 3.67/5 Samlet 6 Bedømmelser
Udvikler Allen Ye
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/allenye66
Hjælpeside-URL https://github.com/allenye66
Understøttede Sprog 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"
    ]
}