Shazify

Easily sync your Shazam tracks with a Spotify playlist

Shazify란 무엇입니까?

Shazify은(는) https://shazify.ch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily sync your Shazam tracks with a Spotify playlist"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Shazify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        (Shazify was previously named Shazam2Spotify)

IMPORTANT: please note that due to changes planned for the Shazam website, this extension may stop working at any given time. Enjoy it while it lasts! ;-) More info : https://github.com/leeroybrun/chrome-shazify/issues/36

Easily sync your Shazam tracks with a Spotify playlist, in just a few clicks !

UPDATE: Shazam pushed a new update the 10th December 2014 with support for syncing your tracks to Spotify. You can find more information here : https://support.shazam.com/hc/en-us/articles/202911263-Latest-Update-Information-What-s-new-. If it's available for you, you should use it instead of this extension.

It will only works if you use the Shazam app for iOS or Android AND you have enabled sync in the settings.

If these conditions are met, Shazam will sync your tags with their MyShazam service (www.shazam.com/myshazam).

This extension will then parse the MyShazam website, get your tags, and add them to a new playlist created on your Spotify account.

How it works :
1) Install the extension
2) Click on the new icon appeared on your Chrome toolbar
3) You will be asked to login on MyShazam and Spotify
4) A new playlist ("My Shazam Tags") will be created on your Spotify account
5) Your Shazam tags will be listed and automatically added to this playlist

If a Shazam tag cannot be found on Spotify, you will have the possibility to change the search query for this track.

When you want to update your Spotify playlist with new tags, simply click on the Shazify icon on Chrome toolbar. It will then search for new tags on Shazam and add them to Spotify.

This is an open source project, feel free to contribute !
https://github.com/leeroybrun/chrome-shazify

Shazify 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.                    

확장 프로그램 기본 정보

이름 Shazify Shazify
ID ncdhendbhjlcnboihkbjjldcndoebhan
공식 URL https://chromewebstore.google.com/detail/shazify/ncdhendbhjlcnboihkbjjldcndoebhan
설명 Easily sync your Shazam tracks with a Spotify playlist
파일 크기 1.01 MB
설치 횟수 10,000
현재 버전 0.5.1
최근 업데이트 2021-11-26
출시 날짜 2019-06-03
평점 3.03/5 총 114 개의 평점
개발자 https://shazify.ch
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.shazify.ch
도움말 페이지 URL https://github.com/leeroybrun/chrome-shazify/issues
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAopSL\/q\/2d97dHxCQ1w26B4EONSEo4CZZYFqu3MlJKA5ifSXkyoNSlkG6afDuNoXmiTWFCAawRgGwuO3yi0QvfeMJpz+M9nXnt8PQsVP10Mb7o3SHIihxIXRMFAJvggvHW4NCuDznJixpo2ixEeCL8LGkS0ZL93MgYtEOuaGPdcBTiAUya3Nr3mdkn+nTHldQvthassiDYZystDTuKwkf0vTZkDCyWC8bfI7xZTxQ6IFcS2WQgUm0ix5hgv+qyOQzOwh26R6BQmZTFj7YiSqhgZsZRebhMcn+hxd8kSegS1ZAcKv\/oS63Ej5\/IAB5NijrPXR3zivQZ6oIJjr+xMOU9wIDAQAB",
    "name": "Shazify",
    "version": "0.5.1",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/www.leeroy.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Shazify",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "background",
        "http:\/\/www.shazam.com\/*",
        "https:\/\/www.shazam.com\/*",
        "https:\/\/cdn.shazam.com\/*",
        "https:\/\/api.spotify.com\/*",
        "https:\/\/accounts.spotify.com\/*",
        "https:\/\/api.shazify.ch\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "contentscripts\/img\/attention_icon.png"
    ]
}