YouTube Infolizer 3000 - Indie Intellect

The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.

Vad är YouTube Infolizer 3000 - Indie Intellect?

YouTube Infolizer 3000 - Indie Intellect är en Chrome-tillägg utvecklad av https://indieintellect.com, och dess huvudfunktion är "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Infolizer 3000 - Indie Intellect-förlängningens CRX-fil

Ladda ner YouTube Infolizer 3000 - Indie Intellect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn YouTube Infolizer 3000 - Indie Intellect YouTube Infolizer 3000 - Indie Intellect
ID bbndcdidbppmflgppfgkeebagdnllbdi
Officiell webbadress https://chromewebstore.google.com/detail/youtube-infolizer-3000-in/bbndcdidbppmflgppfgkeebagdnllbdi
Beskrivning The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.
Filstorlek 48.93 KB
Antal Installationer 10
Aktuell Version 1.23
Senast Uppdaterad 2016-05-17
Publiceringsdatum 2016-05-16
Utvecklare https://indieintellect.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}