Open in Chordify for YouTube Music™

Adds a button to open a song in Chordify for YouTube Music™.

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

Open in Chordify for YouTube Music™은(는) https://austincoleman.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a button to open a song in Chordify for YouTube Music™."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension makes it easier to open songs in Chordify directly from YouTube Music™, rather than manually copying and pasting the URL.

Chordify.net is a website that turns songs into chords. YouTube Music™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 Open in Chordify for YouTube Music™ Open in Chordify for YouTube Music™
ID efdbgeighcgfdlbmgnagndlpjccihpdl
공식 URL https://chromewebstore.google.com/detail/open-in-chordify-for-yout/efdbgeighcgfdlbmgnagndlpjccihpdl
설명 Adds a button to open a song in Chordify for YouTube Music™.
파일 크기 12.96 KB
설치 횟수 129
현재 버전 1.0
최근 업데이트 2023-05-05
출시 날짜 2023-05-05
개발자 https://austincoleman.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/AustinMichaelColeman/open-in-chordify
도움말 페이지 URL https://github.com/AustinMichaelColeman/open-in-chordify/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Chordify for YouTube Music\u2122",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Adds a button to open a song in Chordify for YouTube Music\u2122.",
    "host_permissions": [
        "https:\/\/music.youtube.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "open-in-chordify-16.png",
        "48": "open-in-chordify-48.png",
        "128": "open-in-chordify-128.png"
    }
}