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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lucas Riondel และคุณลักษณะหลักของมันคือ "Chrome extension to add a "Open in YouTube" feature for YouTube Music"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Open in YouTube for YouTube Music ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}