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 | 
| Eメール | [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:\/\/*\/*"
            ]
        }
    ]
}  |  |