Free Music Downloader

Download your favorite music tracks from any websites in just one click.

Τι είναι το Free Music Downloader;

Το Free Music Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Music Downloader, και η κύρια λειτουργία του είναι "Download your favorite music tracks from any websites in just one click.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Free Music Downloader

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

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

                        Free Music Downloader help you download music, from most popular music services. So you are free to listen to your favorite tracks anytime and wherever you want, also without an internet connection.

With an easy-to-use and intuitive interface, a huge range of supported sites like Spotify and SoundCloud, Fee Music Downloader will help you add new hits to your music collection.

You only need to click on the icon of the extension in your Chrome browser and within seconds you will begin to download the music tracks to your PC.

Note:
This Free Music Downloader only download music that you’ve already purchased or that’s freely available online. 

This is NOT a Youtube Music Downloader. Due to restrictions of the Chrome Store, download youtube music is not allowed.                    

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

Όνομα Free Music Downloader Free Music Downloader
ID fooofkcdoobifjhedipnchbegnhbmfdl
Επίσημο URL https://chrome.google.com/webstore/detail/free-music-downloader/fooofkcdoobifjhedipnchbegnhbmfdl
Περιγραφή Download your favorite music tracks from any websites in just one click.
Μέγεθος Αρχείου 706 KB
Αριθμός Εγκαταστάσεων 8,000
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2021-10-08
Ημερομηνία Δημοσίευσης 2021-10-08
Αξιολόγηση 2.00/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής Free Music Downloader
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://spotiload.com/privacy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "32": "images\/32.png"
    },
    "browser_action": {
        "default_icon": "images\/64.png",
        "default_title": "Music-downloader",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/lib\/grafy.js",
            "js\/lib\/analytics.js",
            "js\/lib\/jquery-3.1.1.min.js",
            "js\/lib\/tools.js",
            "js\/conf.js",
            "js\/find-music.js",
            "js\/bg\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.1.1.min.js",
                "js\/lib\/tools.js",
                "js\/lib\/md5.min.js",
                "js\/conf.js",
                "js\/app.js",
                "js\/find-music.js",
                "js\/pr\/abstr-pr.js",
                "js\/lib\/grafy.js"
            ],
            "css": [
                "styles\/app.css",
                "styles\/sb.css",
                "styles\/content.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/lib\/analytics.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.deezer.com\/*"
            ],
            "js": [
                "js\/pr\/deezer-pr.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.spotify.com\/*"
            ],
            "js": [
                "js\/pr\/spotify-pr.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/my.mail.ru\/*"
            ],
            "js": [
                "js\/pr\/mailru-pr.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/music.yandex.ru\/*",
                "*:\/\/music.yandex.ua\/*"
            ],
            "js": [
                "js\/pr\/yandex-pr.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "js": [
                "js\/pr\/vk-pr.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cont\/content.js",
                "js\/pr\/xx.js",
                "js\/pr\/video-pr.js"
            ],
            "css": [
                "styles\/app.css",
                "styles\/sb.css",
                "styles\/content.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/google-analytics.com; https:\/\/play.google.com; object-src 'self'",
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "version": "1.5"
}