Zamify
Zamify allows you to play your Shazams in Spotify, directly from the browser.
Cos'è Zamify?
Zamify è un'estensione di Chrome sviluppata da http://sirlisko.com, e la sua funzione principale è "Zamify allows you to play your Shazams in Spotify, directly from the browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zamify
Scarica i file di estensione Zamify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | foilfgbdcipbajipeodmjjnkflkfocin |
URL Ufficiale | https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin |
Descrizione | Zamify allows you to play your Shazams in Spotify, directly from the browser. |
Dimensione del File | 15.35 KB |
Conteggio Installazioni | 101 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-06-30 |
Data di Pubblicazione | 2020-06-30 |
Valutazione | 2.78/5 Totale 9 Valutazioni |
Sviluppatore | http://sirlisko.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sirlisko.com/blog/shazamify |
URL della Pagina di Aiuto | https://github.com/sirLisko/shazamify |
Lingue Supportate | 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" } } |