shazam playlist toJson file

download shazam playlist

shazam playlist toJson file क्या है?

shazam playlist toJson file nikhilhk.usa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "download shazam playlist"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में shazam playlist toJson file एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}