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.”。

擴展截圖

screenshot

下載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!                    

擴展基本資訊

名稱 YouTube Infolizer 3000 - Indie Intellect YouTube Infolizer 3000 - Indie Intellect
ID bbndcdidbppmflgppfgkeebagdnllbdi
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}