Open in Genius for YouTube Music
Chrome extension to add a "Open in Genius" feature for YouTube Music
Open in Genius for YouTube Musicคืออะไร?
Open in Genius for YouTube Music เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lucas Riondel และคุณลักษณะหลักของมันคือ "Chrome extension to add a "Open in Genius" feature for YouTube Music"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in Genius for YouTube Music
ดาวน์โหลดไฟล์ส่วนขยาย Open in Genius for YouTube Music ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open in Genius for YouTube Music is a Google Chrome that add a button in YouTube Music webapp that allows the user to navigate quickly to Genius song page or search.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | giedcochfmmgnckjegbicpamdgkobgof |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/open-in-genius-for-youtub/giedcochfmmgnckjegbicpamdgkobgof |
คำอธิบาย | Chrome extension to add a "Open in Genius" feature for YouTube Music |
ขนาดไฟล์ | 22.27 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2020-05-03 |
วันที่เผยแพร่ | 2020-05-03 |
ผู้พัฒนา | Lucas Riondel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open in Genius for YouTube Music", "version": "0.1", "description": "Chrome extension to add a \"Open in Genius\" 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\/*" ] } ] } |