SoundCloud to Mp3 - SoundCloud Downloader

Unleash the power of downloading your favorite music from SoundCloud with this incredible extension!

Τι είναι το SoundCloud to Mp3 - SoundCloud Downloader;

Το SoundCloud to Mp3 - SoundCloud Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://soundcloudtomp3downloader.net, και η κύρια λειτουργία του είναι "Unleash the power of downloading your favorite music from SoundCloud with this incredible extension!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SoundCloud to Mp3 - SoundCloud Downloader

Λήψη αρχείων επέκτασης SoundCloud to Mp3 - SoundCloud Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension makes it simple to download tracks in MP3 format, allowing you to listen without a web connection.

To use this extension, it's as simple as 1-2-3:

1. Visit SoundCloud and navigate to a page with an audio track. 
2. Click the green download button located directly beneath your desired track. 
3. Enjoy downloading high quality music right at your fingertips!

Is it permissible to use a SoundCloud music downloader?

Without a doubt, you can download music for your own personal offline use without any legal repercussions. But if you're looking to share the music publicly or utilize it commercially, then getting permission from the author is an absolute must.

Please note: This is Extension not endorsed by or affiliated with SoundCloud Limited. All trademarks remain the property of their respective owners.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SoundCloud to Mp3 - SoundCloud Downloader SoundCloud to Mp3 - SoundCloud Downloader
ID bglggfjiagajfmchbcjolbggghckfhgm
Επίσημο URL https://chromewebstore.google.com/detail/soundcloud-to-mp3-soundcl/bglggfjiagajfmchbcjolbggghckfhgm
Περιγραφή Unleash the power of downloading your favorite music from SoundCloud with this incredible extension!
Μέγεθος Αρχείου 645 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-12-31
Ημερομηνία Δημοσίευσης 2022-12-31
Αξιολόγηση 4.33/5 Συνολικά 86 Αξιολογήσεις
Προγραμματιστής https://soundcloudtomp3downloader.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://soundcloudtomp3downloader.net/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "js\/bg-function.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/main-func.js"
            ],
            "matches": [
                "https:\/\/*.soundcloud.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "https:\/\/*.soundcloud.com\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "webRequest",
        "downloads",
        "webNavigation",
        "storage",
        "cookies",
        "unlimitedStorage",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "js\/main-index.html"
        ]
    },
    "version": "1.0.2",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "js\/main-index.html"
            ],
            "use_dynamic_url": true
        }
    ]
}