Zamify
Zamify allows you to play your Shazams in Spotify, directly from the browser.
什么是Zamify?
Zamify是由http://sirlisko.com开发的Chrome扩展程序,该扩展的主要功能是“Zamify allows you to play your Shazams in Spotify, directly from the browser.”。
扩展截图
下载Zamify扩展crx文件
下载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" } } |