YT Music Of All Time App

Meet the greatest bands and singers of all time on YouTube

What is YT Music Of All Time App?

YT Music Of All Time App is a Chrome extension developed by http://ytremote.com, and its main feature is "Meet the greatest bands and singers of all time on YouTube".

Extension Screenshots

screenshot

Download YT Music Of All Time App Extension CRX File

Download YT Music Of All Time App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        YT Music Of All Time is a web app designed to collect popular YouTube music videos with as many legendary pop and rock bands and singers as possible. It works in all web browsers, all operating systems and on all devices.

An extensive database of music videos has been incorporated into the app. You can search for videos just like you do on YouTube, but you can also choose some featured by the app itself. Either way you'll be able to preview a video by clicking on its thumbnail. You may also click its title and go watching the full video directly on YouTube.

This is a unique music collection - it seems like all these bands and singers have come together in one place making it easy for you to find them. 

We therefore believe that many of you will be delighted to discover prominent segments of the rock music history you may have never had a chance to get to know better with before.

For more information, please visit https://ivartv.com/musiclegends.html.

Copyright (C) VIDYPS 79 d.o.o. All rights reserved.                    

Extension Basic Information

Name YT Music Of All Time App YT Music Of All Time App
ID hebphdgjclkfkccjiicfbibkobmgdmei
Official URL https://chrome.google.com/webstore/detail/yt-music-of-all-time-app/hebphdgjclkfkccjiicfbibkobmgdmei
Description Meet the greatest bands and singers of all time on YouTube
File Size 39.12 KB
Installation Count 263
Current Version 1.2
Last Updated 2018-11-08
Publish Date 2018-11-08
Rating 5.00/5 Total 3 Ratings
Developer http://ytremote.com
Email [email protected]
Payment Type free
Extension Website https://ytremote.com/musiclegends.html
Privacy Policy Page URL http://soundsofsoftware.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YT Music Of All Time App",
    "description": "Meet the greatest bands and singers of all time on YouTube",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ]
}