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.
什么是Youtube Video Dislike and Analyzer?
Youtube Video Dislike and Analyzer是由Allen Ye开发的Chrome扩展程序,该扩展的主要功能是“Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.”。
扩展截图
下载Youtube Video Dislike and Analyzer扩展crx文件
下载Youtube Video Dislike and Analyzer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Youtube Video Dislike and Analyzer |
ID | kopakfipkoacidinaekadjfngamalmfd |
官方URL | https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd |
简介 | Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio. |
文件大小 | 2.01 MB |
安装次数 | 91 |
当前版本 | 2.3 |
更新时间 | 2021-12-17 |
上架时间 | 2021-11-28 |
评分 | 3.67/5 共6次评分 |
开发者 | Allen Ye |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/allenye66 |
帮助页面URL | https://github.com/allenye66 |
支持的语言 | 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" ] } |