YouTube Infolizer 3000 - Indie Intellect

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

Was ist YouTube Infolizer 3000 - Indie Intellect?

YouTube Infolizer 3000 - Indie Intellect ist eine Chrome-Erweiterung, die von https://indieintellect.com entwickelt wurde, und ihr Hauptmerkmal ist "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.".

Erweiterungsscreenshots

screenshot

YouTube Infolizer 3000 - Indie Intellect-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Infolizer 3000 - Indie Intellect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name YouTube Infolizer 3000 - Indie Intellect YouTube Infolizer 3000 - Indie Intellect
ID bbndcdidbppmflgppfgkeebagdnllbdi
Offizielle URL https://chromewebstore.google.com/detail/youtube-infolizer-3000-in/bbndcdidbppmflgppfgkeebagdnllbdi
Beschreibung The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.
Dateigröße 48.93 KB
Installationsanzahl 10
Aktuelle Version 1.23
Letztes Update 2016-05-17
Veröffentlichungsdatum 2016-05-16
Entwickler https://indieintellect.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}