Zamify
Zamify allows you to play your Shazams in Spotify, directly from the browser.
Zamifyคืออะไร?
Zamify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sirlisko.com และคุณลักษณะหลักของมันคือ "Zamify allows you to play your Shazams in Spotify, directly from the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zamify
ดาวน์โหลดไฟล์ส่วนขยาย Zamify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Zamify adds a small Spotify™ icon to every Shazam™ track page and allows you to play that track directly in Spotify™. Zamify is not affiliated with Shazam Entertainment Limited. "Shazam" and its logo are trademarks and registered trademarks of Shazam Entertainment Limited. All other companies and product names are trademarks or registered trademarks of their respective companies.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | foilfgbdcipbajipeodmjjnkflkfocin |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin |
คำอธิบาย | Zamify allows you to play your Shazams in Spotify, directly from the browser. |
ขนาดไฟล์ | 15.35 KB |
จำนวนการติดตั้ง | 101 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-06-30 |
วันที่เผยแพร่ | 2020-06-30 |
คะแนน | 2.78/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | http://sirlisko.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sirlisko.com/blog/shazamify |
URL หน้าช่วยเหลือ | https://github.com/sirLisko/shazamify |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zamify", "version": "1.0.2", "description": "Zamify allows you to play your Shazams in Spotify, directly from the browser.", "manifest_version": 2, "web_accessible_resources": [ "\/oauth2\/*" ], "permissions": [ "identity", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.shazam.com\/*track\/*" ], "css": [ "style.css" ], "js": [ "base.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |