YouTube View Stats

Enable percentage likes/votes of youtube videos.

什么是YouTube View Stats?

YouTube View Stats是由system.unplugged开发的Chrome扩展程序,该扩展的主要功能是“Enable percentage likes/votes of youtube videos.”。

扩展截图

screenshot
screenshot

下载YouTube View Stats扩展crx文件

下载YouTube View Stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 YouTube View Stats YouTube View Stats
ID fpgiidekjpkheojggfjnilekmgklfdkb
官方URL https://chrome.google.com/webstore/detail/youtube-view-stats/fpgiidekjpkheojggfjnilekmgklfdkb
简介 Enable percentage likes/votes of youtube videos.
文件大小 48.02 KB
安装次数 598
当前版本 0.0.1
更新时间 2017-04-07
上架时间 2017-04-07
评分 1.00/5 共2次评分
开发者 system.unplugged
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube View Stats",
    "version": "0.0.1",
    "description": "Enable percentage likes\/votes of youtube videos.",
    "icons": {
        "16": "icon16.png",
        "48": "icon16.png",
        "128": "icon16.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}