YouTube Infolizer 3000 - Indie Intellect

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

O que é YouTube Infolizer 3000 - Indie Intellect?

YouTube Infolizer 3000 - Indie Intellect é uma extensão do Chrome desenvolvida por https://indieintellect.com, e sua principal característica é "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Infolizer 3000 - Indie Intellect

Baixe arquivos de extensão YouTube Infolizer 3000 - Indie Intellect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome YouTube Infolizer 3000 - Indie Intellect YouTube Infolizer 3000 - Indie Intellect
ID bbndcdidbppmflgppfgkeebagdnllbdi
URL Oficial https://chromewebstore.google.com/detail/youtube-infolizer-3000-in/bbndcdidbppmflgppfgkeebagdnllbdi
Descrição The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.
Tamanho do Arquivo 48.93 KB
Contagem de Instalações 10
Versão Atual 1.23
Última Atualização 2016-05-17
Data de Publicação 2016-05-16
Desenvolvedor https://indieintellect.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}