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 |
官方網址 | 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" } } |