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"
    ]
}