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.

Qu'est-ce que Youtube Video Dislike and Analyzer ?

Youtube Video Dislike and Analyzer est une extension Chrome développée par Allen Ye, et sa fonction principale est "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Youtube Video Dislike and Analyzer

Téléchargez les fichiers d'extension Youtube Video Dislike and Analyzer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Youtube Video Dislike and Analyzer Youtube Video Dislike and Analyzer
ID kopakfipkoacidinaekadjfngamalmfd
URL Officiel 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.
Taille du Fichier 2.01 MB
Nombre d'Installations 91
Version Actuelle 2.3
Dernière Mise à Jour 2021-12-17
Date de Publication 2021-11-28
Évaluation 3.67/5 Total 6 Évaluations
Développeur Allen Ye
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/allenye66
URL de la Page d'Aide https://github.com/allenye66
Langues Prises en Charge 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"
    ]
}