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é es Youtube Video Dislike and Analyzer?

Youtube Video Dislike and Analyzer es una extensión de Chrome desarrollada por Allen Ye, y su función principal es "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Youtube Video Dislike and Analyzer

Descarga archivos de extensión Youtube Video Dislike and Analyzer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Youtube Video Dislike and Analyzer Youtube Video Dislike and Analyzer
ID kopakfipkoacidinaekadjfngamalmfd
URL Oficial https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd
Descripción Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.
Tamaño del Archivo 2.01 MB
Cantidad de Instalaciones 91
Versión Actual 2.3
Última Actualización 2021-12-17
Fecha de Publicación 2021-11-28
Calificación 3.67/5 Total de 6 Calificaciones
Desarrollador Allen Ye
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/allenye66
URL de la Página de Ayuda https://github.com/allenye66
Idiomas Soportados 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"
    ]
}