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:\/\/*\/*" ] } ] } |