Open in YouTube for YouTube Music

Chrome extension to add a "Open in YouTube" feature for YouTube Music

Open in YouTube for YouTube Music란 무엇입니까?

Open in YouTube for YouTube Music은(는) Lucas Riondel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to add a "Open in YouTube" feature for YouTube Music"입니다.

확장 프로그램 스크린샷

screenshot

Open in YouTube for YouTube Music 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Open in YouTube for YouTube Music is a Google Chrome that add items in YouTube Music's contextual menu that allows the user to navigate quickly to the linked YouTube ressources.

Known bugs :
- If the contextual menu is larger than the screen (forcing you to scroll to access items), added items won't work.                    

확장 프로그램 기본 정보

이름 Open in YouTube for YouTube Music Open in YouTube for YouTube Music
ID odekbjpmanmghgfppjdkbnechlkacojc
공식 URL https://chromewebstore.google.com/detail/open-in-youtube-for-youtu/odekbjpmanmghgfppjdkbnechlkacojc
설명 Chrome extension to add a "Open in YouTube" feature for YouTube Music
파일 크기 17.42 KB
설치 횟수 1,260
현재 버전 0.3
최근 업데이트 2020-12-19
출시 날짜 2020-05-03
평점 2.00/5 총 7 개의 평점
개발자 Lucas Riondel
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in YouTube for YouTube Music",
    "version": "0.3",
    "description": "Chrome extension to add a \"Open in YouTube\" feature for YouTube Music",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ]
}