Free Music Downloader

Download your favorite music tracks 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 bborbelyjanos93, và tính năng chính của nó là "Download your favorite music tracks in just one click.".

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

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

                        This extension helps to download your music on Vk.com Russian social network.

During download it saves the original name of the soundtrack.

Vk music downloader is a free to use extension. It has no ads. The code is open and not obfuscated.


This is not an official extension. All trademarks of Vk.com are reserved to Mail.ru Group                    

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

Tên Free Music Downloader Free Music Downloader
ID ibpboldhkpiinelofbbohaeabdelaapa
URL Chính Thức https://chrome.google.com/webstore/detail/music-downloader-for-vk/ibpboldhkpiinelofbbohaeabdelaapa
Mô tả Download your favorite music tracks in just one click.
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 44,178
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-01-20
Ngày Phát Hành 2022-01-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bborbelyjanos93
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__",
    "browser_action": {
        "default_icon": "images\/64.png",
        "default_title": "Music-downloader",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "32": "images\/32.png"
    },
    "manifest_version": 2,
    "version": "2.0",
    "default_locale": "en",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "cookies",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/bsdc.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery-3.6.0.min.js",
                "js\/content.js",
                "js\/libs\/flac.js",
                "js\/libs\/md5.min.js",
                "js\/libs\/aes-ecb.js",
                "js\/libs\/blowfish.js",
                "js\/libs\/id3Writer.js"
            ],
            "css": [
                "css\/sb.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/libs\/repostBlocker.js",
        "images\/SDC-tooltip.png"
    ]
}