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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة YouTube Infolizer 3000 - Indie Intellect

قم بتنزيل ملفات الامتداد YouTube Infolizer 3000 - Indie Intellect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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