shazam playlist toJson file
download shazam playlist
What is shazam playlist toJson file?
shazam playlist toJson file is a Chrome extension developed by nikhilhk.usa, and its main feature is "download shazam playlist".
Extension Screenshots
Download shazam playlist toJson file Extension CRX File
Download shazam playlist toJson file 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
click on mylibrary tab("www.shazam.com/mylibrary") and scroll down till you reach your last song in the list. 1) you can download your list of songs into json file 2) you can click on the song list and search the song in youtube.
Extension Basic Information
Name | |
ID | bofamgcaejbbknbjjjmmjjhofjicaeag |
Official URL | https://chrome.google.com/webstore/detail/shazam-playlist-tojson-fi/bofamgcaejbbknbjjjmmjjhofjicaeag |
Description | download shazam playlist |
File Size | 121 KB |
Installation Count | 1,000 |
Current Version | 1.0.0 |
Last Updated | 2019-11-28 |
Publish Date | 2019-11-28 |
Rating | 1.00/5 Total 1 Ratings |
Developer | nikhilhk.usa |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "shazam playlist toJson file", "description": "download shazam playlist", "version": "1.0.0", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.shazam.com\/*" ], "js": [ "content.js", "jquery-3.4.1.min.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "shazam list downloader" }, "permissions": [ "activeTab", "downloads", "tabs" ] } |