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 https://indieintellect.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube Infolizer 3000 - Indie Intellect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
            ]
        }
    ]
}