YouTube Expose
Spot fake views on YouTube videos.
什么是YouTube Expose?
YouTube Expose是由https://www.gratify.chat开发的Chrome扩展程序,该扩展的主要功能是“Spot fake views on YouTube videos.”。
扩展截图
下载YouTube Expose扩展crx文件
下载YouTube Expose扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension calculates the percentage of users who engaged (liked/disliked) the video and displays that ratio next to 'views' on YouTube.
This data can be helpful in determining whether or not a video has fake likes/plays, because 'bought' videos tend to have different engagement ratios than genuine videos. YouTube Expose provides visibility into this metric. 扩展基本信息
| 名称 | |
| ID | ffjfaifbooopahgkakljlahlbgoldnhh |
| 官方URL | https://chromewebstore.google.com/detail/youtube-expose/ffjfaifbooopahgkakljlahlbgoldnhh |
| 简介 | Spot fake views on YouTube videos. |
| 文件大小 | 31.57 KB |
| 安装次数 | 469 |
| 当前版本 | 0.9.5 |
| 更新时间 | 2016-10-19 |
| 上架时间 | 2016-10-19 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | https://www.gratify.chat |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Expose",
"description": "Spot fake views on YouTube videos.",
"version": "0.9.5",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon16.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"index.js"
]
}
]
} | |