Free Music Downloader

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

Free Music Downloader là gì?

Free Music Downloader là một tiện ích mở rộng Chrome được phát triển bởi Free Music Downloader, và tính năng chính của nó là "Download your favorite music tracks from any websites in just one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Free Music Downloader

Tải xuống các tệp mở rộng Free Music Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Free Music Downloader Free Music Downloader
ID fooofkcdoobifjhedipnchbegnhbmfdl
URL Chính Thức https://chrome.google.com/webstore/detail/free-music-downloader/fooofkcdoobifjhedipnchbegnhbmfdl
Mô tả Download your favorite music tracks from any websites in just one click.
Kích Thước Tệp 706 KB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2021-10-08
Ngày Phát Hành 2021-10-08
Đánh Giá 2.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Free Music Downloader
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://spotiload.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}