Zamify
Zamify allows you to play your Shazams in Spotify, directly from the browser.
Apa itu Zamify?
Zamify adalah ekstensi Chrome yang dikembangkan oleh http://sirlisko.com, dan fitur utamanya adalah "Zamify allows you to play your Shazams in Spotify, directly from the browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zamify
Unduh file ekstensi Zamify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | foilfgbdcipbajipeodmjjnkflkfocin |
URL Resmi | https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin |
Deskripsi | Zamify allows you to play your Shazams in Spotify, directly from the browser. |
Ukuran File | 15.35 KB |
Jumlah Instalasi | 101 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-06-30 |
Tanggal Publikasi | 2020-06-30 |
Penilaian | 2.78/5 Total 9 Penilaian |
Pengembang | http://sirlisko.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://sirlisko.com/blog/shazamify |
URL Halaman Bantuan | https://github.com/sirLisko/shazamify |
Bahasa yang Didukung | 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" } } |