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 |
公式URL | 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" ] } |