YouTube Infolizer 3000 - Indie Intellect

The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.

What is YouTube Infolizer 3000 - Indie Intellect?

YouTube Infolizer 3000 - Indie Intellect is a Chrome extension developed by https://indieintellect.com, and its main feature is "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.".

Extension Screenshots

screenshot

Download YouTube Infolizer 3000 - Indie Intellect Extension CRX File

Download YouTube Infolizer 3000 - Indie Intellect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name YouTube Infolizer 3000 - Indie Intellect YouTube Infolizer 3000 - Indie Intellect
ID bbndcdidbppmflgppfgkeebagdnllbdi
Official URL https://chromewebstore.google.com/detail/youtube-infolizer-3000-in/bbndcdidbppmflgppfgkeebagdnllbdi
Description The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.
File Size 48.93 KB
Installation Count 10
Current Version 1.23
Last Updated 2016-05-17
Publish Date 2016-05-16
Developer https://indieintellect.com
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}