Youtube on Spotify
Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
Youtube on Spotifyคืออะไร?
Youtube on Spotify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spotify-on-youtube.herokuapp.com และคุณลักษณะหลักของมันคือ "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube on Spotify
ดาวน์โหลดไฟล์ส่วนขยาย Youtube on Spotify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension for Google Chrome that detects the track from your current played Youtube video. Open your favorite song on Spotify or save it to your library with a single click... Read its lyrics too.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube on Spotify |
ID | ebjgbkabcnggfocfbjgeglelojkpeobk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk |
คำอธิบาย | Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too |
ขนาดไฟล์ | 713 KB |
จำนวนการติดตั้ง | 237 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2022-12-14 |
วันที่เผยแพร่ | 2020-06-08 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://spotify-on-youtube.herokuapp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://spotify-on-youtube.herokuapp.com/ |
URL หน้าช่วยเหลือ | http://spotify-on-youtube.herokuapp.com/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube on Spotify", "version": "2.2", "description": "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "https:\/\/spotify-on-youtube.herokuapp.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "app\/main.js" ] } ], "icons": { "128": "\/app\/assets\/128icon.png", "48": "\/app\/assets\/48icon.png", "32": "\/app\/assets\/32icon.png", "16": "\/app\/assets\/16icon.png" } } |