Zamify
Zamify allows you to play your Shazams in Spotify, directly from the browser.
What is Zamify?
Zamify is a Chrome extension developed by http://sirlisko.com, and its main feature is "Zamify allows you to play your Shazams in Spotify, directly from the browser.".
Extension Screenshots
Download Zamify Extension CRX File
Download Zamify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | foilfgbdcipbajipeodmjjnkflkfocin |
Official URL | https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin |
Description | Zamify allows you to play your Shazams in Spotify, directly from the browser. |
File Size | 15.35 KB |
Installation Count | 101 |
Current Version | 1.0.2 |
Last Updated | 2020-06-30 |
Publish Date | 2020-06-30 |
Rating | 2.78/5 Total 9 Ratings |
Developer | http://sirlisko.com |
[email protected] | |
Payment Type | free |
Extension Website | https://sirlisko.com/blog/shazamify |
Help Page URL | https://github.com/sirLisko/shazamify |
Supported Languages | 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" } } |