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.
Co je Youtube Video Dislike and Analyzer?
Youtube Video Dislike and Analyzer je rozšíření Chrome vyvinuté Allen Ye, a jeho hlavní funkcí je „Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube Video Dislike and Analyzer
Stáhněte si soubory rozšíření Youtube Video Dislike and Analyzer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Youtube Video Dislike and Analyzer |
ID | kopakfipkoacidinaekadjfngamalmfd |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd |
Popis | Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio. |
Velikost souboru | 2.01 MB |
Počet instalací | 91 |
Aktuální Verze | 2.3 |
Poslední Aktualizace | 2021-12-17 |
Datum Vydání | 2021-11-28 |
Hodnocení | 3.67/5 Celkem 6 Hodnocení |
Vývojář | Allen Ye |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/allenye66 |
URL Stránky Nápovědy | https://github.com/allenye66 |
Podporované Jazyky | 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" ] } |