YouTube Infolizer 3000 - Indie Intellect
The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.
¿Qué es YouTube Infolizer 3000 - Indie Intellect?
YouTube Infolizer 3000 - Indie Intellect es una extensión de Chrome desarrollada por https://indieintellect.com, y su función principal es "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube Infolizer 3000 - Indie Intellect
Descarga archivos de extensión YouTube Infolizer 3000 - Indie Intellect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | YouTube Infolizer 3000 - Indie Intellect |
ID | bbndcdidbppmflgppfgkeebagdnllbdi |
URL Oficial | https://chromewebstore.google.com/detail/youtube-infolizer-3000-in/bbndcdidbppmflgppfgkeebagdnllbdi |
Descripción | The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding. |
Tamaño del Archivo | 48.93 KB |
Cantidad de Instalaciones | 10 |
Versión Actual | 1.23 |
Última Actualización | 2016-05-17 |
Fecha de Publicación | 2016-05-16 |
Desarrollador | https://indieintellect.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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:\/\/*\/*" ] } ] } |