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.

What is Youtube Video Dislike and Analyzer?

Youtube Video Dislike and Analyzer is a Chrome extension developed by Allen Ye, and its main feature is "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".

Extension Screenshots

screenshot
screenshot

Download Youtube Video Dislike and Analyzer Extension CRX File

Download Youtube Video Dislike and Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Youtube Video Dislike and Analyzer Youtube Video Dislike and Analyzer
ID kopakfipkoacidinaekadjfngamalmfd
Official URL https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd
Description Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.
File Size 2.01 MB
Installation Count 91
Current Version 2.3
Last Updated 2021-12-17
Publish Date 2021-11-28
Rating 3.67/5 Total 6 Ratings
Developer Allen Ye
Email [email protected]
Payment Type free
Extension Website https://github.com/allenye66
Help Page URL https://github.com/allenye66
Supported Languages 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"
    ]
}