YT Music Of All Time App

Meet the greatest bands and singers of all time on YouTube

什么是YT Music Of All Time App?

YT Music Of All Time App是由http://ytremote.com开发的Chrome扩展程序,该扩展的主要功能是“Meet the greatest bands and singers of all time on YouTube”。

扩展截图

screenshot

下载YT Music Of All Time App扩展crx文件

下载YT Music Of All Time App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 YT Music Of All Time App YT Music Of All Time App
ID hebphdgjclkfkccjiicfbibkobmgdmei
官方URL https://chrome.google.com/webstore/detail/yt-music-of-all-time-app/hebphdgjclkfkccjiicfbibkobmgdmei
简介 Meet the greatest bands and singers of all time on YouTube
文件大小 39.12 KB
安装次数 263
当前版本 1.2
更新时间 2018-11-08
上架时间 2018-11-08
评分 5.00/5 共3次评分
开发者 http://ytremote.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ytremote.com/musiclegends.html
隐私政策页面URL http://soundsofsoftware.com/privacy.html
支持的语言 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"
            ]
        }
    ]
}