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.
O que é Youtube Video Dislike and Analyzer?
Youtube Video Dislike and Analyzer é uma extensão do Chrome desenvolvida por Allen Ye, e sua principal característica é "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Video Dislike and Analyzer
Baixe arquivos de extensão Youtube Video Dislike and Analyzer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Youtube Video Dislike and Analyzer |
ID | kopakfipkoacidinaekadjfngamalmfd |
URL Oficial | https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd |
Descrição | Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio. |
Tamanho do Arquivo | 2.01 MB |
Contagem de Instalações | 91 |
Versão Atual | 2.3 |
Última Atualização | 2021-12-17 |
Data de Publicação | 2021-11-28 |
Classificação | 3.67/5 Total de 6 Avaliações |
Desenvolvedor | Allen Ye |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/allenye66 |
URL da Página de Ajuda | https://github.com/allenye66 |
Idiomas Suportados | 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" ] } |