shazam playlist toJson file

download shazam playlist

shazam playlist toJson fileคืออะไร?

shazam playlist toJson file เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nikhilhk.usa และคุณลักษณะหลักของมันคือ "download shazam playlist"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย shazam playlist toJson file

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ shazam playlist toJson file shazam playlist toJson file
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"
    ]
}