YouTube Infolizer 3000 - Indie Intellect
The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.
Qu'est-ce que YouTube Infolizer 3000 - Indie Intellect ?
YouTube Infolizer 3000 - Indie Intellect est une extension Chrome développée par https://indieintellect.com, et sa fonction principale est "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Infolizer 3000 - Indie Intellect
Téléchargez les fichiers d'extension YouTube Infolizer 3000 - Indie Intellect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | YouTube Infolizer 3000 - Indie Intellect |
ID | bbndcdidbppmflgppfgkeebagdnllbdi |
URL Officiel | 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. |
Taille du Fichier | 48.93 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.23 |
Dernière Mise à Jour | 2016-05-17 |
Date de Publication | 2016-05-16 |
Développeur | https://indieintellect.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |