YouTube Infolizer 3000 - Indie Intellect
The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.
Τι είναι το YouTube Infolizer 3000 - Indie Intellect;
Το YouTube Infolizer 3000 - Indie Intellect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://indieintellect.com, και η κύρια λειτουργία του είναι "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube Infolizer 3000 - Indie Intellect
Λήψη αρχείων επέκτασης YouTube Infolizer 3000 - Indie Intellect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube Infolizer 3000 - Indie Intellect |
ID | bbndcdidbppmflgppfgkeebagdnllbdi |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-infolizer-3000-in/bbndcdidbppmflgppfgkeebagdnllbdi |
Περιγραφή | The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding. |
Μέγεθος Αρχείου | 48.93 KB |
Αριθμός Εγκαταστάσεων | 10 |
Τρέχουσα Έκδοση | 1.23 |
Τελευταία Ενημέρωση | 2016-05-17 |
Ημερομηνία Δημοσίευσης | 2016-05-16 |
Προγραμματιστής | https://indieintellect.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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:\/\/*\/*" ] } ] } |