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
官方網址 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"
        }
    ]
}