shazam playlist toJson file
download shazam playlist
什麼是shazam playlist toJson file?
shazam playlist toJson file是由nikhilhk.usa開發的Chrome擴展程式,該擴展的主要功能是“download shazam playlist”。
擴展截圖
下載shazam playlist toJson file擴展crx文件
下載shazam playlist toJson file擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bofamgcaejbbknbjjjmmjjhofjicaeag |
官方網址 | https://chrome.google.com/webstore/detail/shazam-playlist-tojson-fi/bofamgcaejbbknbjjjmmjjhofjicaeag |
簡介 | download shazam playlist |
檔案大小 | 121 KB |
安裝次數 | 1,000 |
目前版本 | 1.0.0 |
更新時間 | 2019-11-28 |
上架時間 | 2019-11-28 |
評分 | 1.00/5 共 1 次評分 |
開發者 | nikhilhk.usa |
付費類型 | free |
支援的語言 | 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" ] } |