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 là gì?
YouTube Infolizer 3000 - Indie Intellect là một tiện ích mở rộng Chrome được phát triển bởi https://indieintellect.com, và tính năng chính của nó là "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube Infolizer 3000 - Indie Intellect
Tải xuống các tệp mở rộng YouTube Infolizer 3000 - Indie Intellect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Infolizer 3000 - Indie Intellect |
ID | bbndcdidbppmflgppfgkeebagdnllbdi |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-infolizer-3000-in/bbndcdidbppmflgppfgkeebagdnllbdi |
Mô tả | The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding. |
Kích Thước Tệp | 48.93 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.23 |
Cập Nhật Lần Cuối | 2016-05-17 |
Ngày Phát Hành | 2016-05-16 |
Nhà Phát Triển | https://indieintellect.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |