YouTube Infolizer 3000 - Indie Intellect

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

Wat is YouTube Infolizer 3000 - Indie Intellect?

YouTube Infolizer 3000 - Indie Intellect is een Chrome-extensie ontwikkeld door https://indieintellect.com, en de belangrijkste functie is "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Infolizer 3000 - Indie Intellect

Download YouTube Infolizer 3000 - Indie Intellect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam YouTube Infolizer 3000 - Indie Intellect YouTube Infolizer 3000 - Indie Intellect
ID bbndcdidbppmflgppfgkeebagdnllbdi
Officiële URL https://chromewebstore.google.com/detail/youtube-infolizer-3000-in/bbndcdidbppmflgppfgkeebagdnllbdi
Beschrijving The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.
Bestandsgrootte 48.93 KB
Aantal Installaties 10
Huidige Versie 1.23
Laatst Bijgewerkt 2016-05-17
Publicatiedatum 2016-05-16
Ontwikkelaar https://indieintellect.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}