YouTube Infolizer 3000 - Indie Intellect
The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.
什么是YouTube Infolizer 3000 - Indie Intellect?
YouTube Infolizer 3000 - Indie Intellect是由https://indieintellect.com开发的Chrome扩展程序,该扩展的主要功能是“The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.”。
扩展截图
下载YouTube Infolizer 3000 - Indie Intellect扩展crx文件
下载YouTube Infolizer 3000 - Indie Intellect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The YouTube Infolizer 3000 is an extension designed to show additional information on the page for any YouTube video.
Information displayed:
* View to Sub Ratio
* Comments/Views Ratio
* Likes/Views Ratio
* Likes/Dislikes Ratio
More functions to come soon...
Get all the new information automatically when the extension updates! 扩展基本信息
| 名称 | |
| ID | bbndcdidbppmflgppfgkeebagdnllbdi |
| 官方URL | https://chromewebstore.google.com/detail/youtube-infolizer-3000-in/bbndcdidbppmflgppfgkeebagdnllbdi |
| 简介 | The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding. |
| 文件大小 | 48.93 KB |
| 安装次数 | 10 |
| 当前版本 | 1.23 |
| 更新时间 | 2016-05-17 |
| 上架时间 | 2016-05-16 |
| 开发者 | https://indieintellect.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Infolizer 3000 - Indie Intellect",
"version": "1.23",
"description": "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.",
"background": {
"page": "background.html"
},
"manifest_version": 2,
"browser_action": {
"name": "Manipulate DOM",
"icons": [
"icon.png"
],
"default_icon": "icon.png"
},
"content_scripts": [
{
"js": [
"jquery-2.0.2.min.js",
"arrive.min.js",
"background.js"
],
"css": [
"customStyles.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |