YT Music Of All Time App

Meet the greatest bands and singers of all time on YouTube

Was ist YT Music Of All Time App?

YT Music Of All Time App ist eine Chrome-Erweiterung, die von http://ytremote.com entwickelt wurde, und ihr Hauptmerkmal ist "Meet the greatest bands and singers of all time on YouTube".

Erweiterungsscreenshots

screenshot

YT Music Of All Time App-Erweiterungs-CRX-Datei herunterladen

Laden Sie YT Music Of All Time App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YT Music Of All Time App YT Music Of All Time App
ID hebphdgjclkfkccjiicfbibkobmgdmei
Offizielle URL https://chrome.google.com/webstore/detail/yt-music-of-all-time-app/hebphdgjclkfkccjiicfbibkobmgdmei
Beschreibung Meet the greatest bands and singers of all time on YouTube
Dateigröße 39.12 KB
Installationsanzahl 263
Aktuelle Version 1.2
Letztes Update 2018-11-08
Veröffentlichungsdatum 2018-11-08
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://ytremote.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ytremote.com/musiclegends.html
URL der Datenschutzrichtlinien-Seite http://soundsofsoftware.com/privacy.html
Unterstützte Sprachen 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"
            ]
        }
    ]
}