YT Music Of All Time App

Meet the greatest bands and singers of all time on YouTube

O que é YT Music Of All Time App?

YT Music Of All Time App é uma extensão do Chrome desenvolvida por http://ytremote.com, e sua principal característica é "Meet the greatest bands and singers of all time on YouTube".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YT Music Of All Time App

Baixe arquivos de extensão YT Music Of All Time App no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome YT Music Of All Time App YT Music Of All Time App
ID hebphdgjclkfkccjiicfbibkobmgdmei
URL Oficial https://chrome.google.com/webstore/detail/yt-music-of-all-time-app/hebphdgjclkfkccjiicfbibkobmgdmei
Descrição Meet the greatest bands and singers of all time on YouTube
Tamanho do Arquivo 39.12 KB
Contagem de Instalações 263
Versão Atual 1.2
Última Atualização 2018-11-08
Data de Publicação 2018-11-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor http://ytremote.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ytremote.com/musiclegends.html
URL da Página de Política de Privacidade http://soundsofsoftware.com/privacy.html
Idiomas Suportados 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"
            ]
        }
    ]
}