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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}