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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://austincoleman.dev และคุณลักษณะหลักของมันคือ "Adds a button to open a song in Chordify for YouTube Music™."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in Chordify for YouTube Music™

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}