Youtube to Google Music

Adds button to youtube pages to search for song in google music

Youtube to Google Musicคืออะไร?

Youtube to Google Music เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrmurray และคุณลักษณะหลักของมันคือ "Adds button to youtube pages to search for song in google music"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube to Google Music

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

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

                        Simple extension that adds a button to youtube videos that will open a new tab of google music with the song title searched.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube to Google Music Youtube to Google Music
ID dcoljlfaeahfnjgeajeakopfgpaoadmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-to-google-music/dcoljlfaeahfnjgeajeakopfgpaoadmc
คำอธิบาย Adds button to youtube pages to search for song in google music
ขนาดไฟล์ 13.59 KB
จำนวนการติดตั้ง 743
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-10-05
วันที่เผยแพร่ 2016-10-04
คะแนน 2.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา jrmurray
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube to Google Music",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Adds button to youtube pages to search for song in google music",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/watch?v=*",
        "http:\/\/www.youtube.com\/watch?v=*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*",
                "http:\/\/www.youtube.com\/watch?v=*"
            ],
            "css": [
                "inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*",
                "http:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "inject\/inject.js"
            ]
        }
    ]
}