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.
Cos'è Youtube Video Dislike and Analyzer?
Youtube Video Dislike and Analyzer è un'estensione di Chrome sviluppata da Allen Ye, e la sua funzione principale è "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Video Dislike and Analyzer
Scarica i file di estensione Youtube Video Dislike and Analyzer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Youtube Video Dislike and Analyzer |
ID | kopakfipkoacidinaekadjfngamalmfd |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd |
Descrizione | Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio. |
Dimensione del File | 2.01 MB |
Conteggio Installazioni | 91 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2021-12-17 |
Data di Pubblicazione | 2021-11-28 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | Allen Ye |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/allenye66 |
URL della Pagina di Aiuto | https://github.com/allenye66 |
Lingue Supportate | 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" ] } |