Spotiyou
Linking music from Youtube to Spotify
Spotiyouคืออะไร?
Spotiyou เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Readsmart และคุณลักษณะหลักของมันคือ "Linking music from Youtube to Spotify"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotiyou
ดาวน์โหลดไฟล์ส่วนขยาย Spotiyou ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Linking music from Youtube to Spotify
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lfmnfjooefjfppnhajmclclhdhalfmhd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/spotiyou/lfmnfjooefjfppnhajmclclhdhalfmhd |
คำอธิบาย | Linking music from Youtube to Spotify |
ขนาดไฟล์ | 24.99 KB |
จำนวนการติดตั้ง | 324 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-11-18 |
วันที่เผยแพร่ | 2013-11-18 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Readsmart |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://loverajoel.com.ar/spotiyou/ |
URL หน้านโยบายความเป็นส่วนตัว | https://readsmart.co/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotiyou", "description": "Linking music from Youtube to Spotify", "version": "1.2", "author": "Joel Lovera", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background\/background.js" ], "pages": [ "background\/background.html" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "app\/js\/app.js" ], "css": [ "app\/css\/app.css" ] } ], "permissions": [ "http:\/\/www.youtube.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |