SoundCloud Downloader v2
Adds download buttons for tracks on soundcloud.com
SoundCloud Downloader v2 क्या है?
SoundCloud Downloader v2 alina.merkelsz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds download buttons for tracks on soundcloud.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SoundCloud Downloader v2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Add-on allows you to easily download tracks off of SoundCloud, by the press of a button. Unlike other Add-ons, this does not use any 3rd party services to perform the download - only SoundCloud's own APIs. When you hit 'Download', we will set the appropriate metadata information: Title, Artists, Album and Artwork. If the track is downloaded as part of an album, we will also set the track number. If you are a Go+ user, we will download the higher quality version (.m4a file) for you.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fbknbpgcakhanbhcogebgfbapkgcdloh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/soundcloud-downloader-v2/fbknbpgcakhanbhcogebgfbapkgcdloh |
विवरण | Adds download buttons for tracks on soundcloud.com |
फ़ाइल का आकार | 62.94 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 2022.06.12 |
अंतिम अपडेट | 2022-06-13 |
प्रकाशन तिथि | 2021-01-21 |
रेटिंग | 4.48/5 कुल 65 रेटिंग्स |
डेवलपर | alina.merkelsz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "author": "NotTobi", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*.soundcloud.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "install.js" ], "matches": [ " |