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文件

下载Open in Chordify for YouTube Music™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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