Zamify
Zamify allows you to play your Shazams in Spotify, directly from the browser.
Wat is Zamify?
Zamify is een Chrome-extensie ontwikkeld door http://sirlisko.com, en de belangrijkste functie is "Zamify allows you to play your Shazams in Spotify, directly from the browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Zamify
Download Zamify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | foilfgbdcipbajipeodmjjnkflkfocin |
Officiële URL | https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin |
Beschrijving | Zamify allows you to play your Shazams in Spotify, directly from the browser. |
Bestandsgrootte | 15.35 KB |
Aantal Installaties | 101 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-06-30 |
Publicatiedatum | 2020-06-30 |
Beoordeling | 2.78/5 Totaal 9 Beoordelingen |
Ontwikkelaar | http://sirlisko.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sirlisko.com/blog/shazamify |
Help Pagina-URL | https://github.com/sirLisko/shazamify |
Ondersteunde Talen | 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" } } |