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
官方網址 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"
            ]
        }
    ]
}