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.
Was ist Youtube Video Dislike and Analyzer?
Youtube Video Dislike and Analyzer ist eine Chrome-Erweiterung, die von Allen Ye entwickelt wurde, und ihr Hauptmerkmal ist "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".
Erweiterungsscreenshots
Youtube Video Dislike and Analyzer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Video Dislike and Analyzer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Youtube Video Dislike and Analyzer |
ID | kopakfipkoacidinaekadjfngamalmfd |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd |
Beschreibung | Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio. |
Dateigröße | 2.01 MB |
Installationsanzahl | 91 |
Aktuelle Version | 2.3 |
Letztes Update | 2021-12-17 |
Veröffentlichungsdatum | 2021-11-28 |
Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
Entwickler | Allen Ye |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/allenye66 |
Hilfeseite URL | https://github.com/allenye66 |
Unterstützte Sprachen | 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" ] } |