Free Music Downloader

Download your favorite music tracks in just one click.

什麼是Free Music Downloader?

Free Music Downloader是由bborbelyjanos93開發的Chrome擴展程式,該擴展的主要功能是“Download your favorite music tracks in just one click.”。

擴展截圖

screenshot

下載Free Music Downloader擴展crx文件

下載Free Music Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Free Music Downloader Free Music Downloader
ID ibpboldhkpiinelofbbohaeabdelaapa
官方網址 https://chrome.google.com/webstore/detail/music-downloader-for-vk/ibpboldhkpiinelofbbohaeabdelaapa
簡介 Download your favorite music tracks in just one click.
檔案大小 210 KB
安裝次數 44,178
目前版本 2.0
更新時間 2022-01-20
上架時間 2022-01-20
評分 5.00/5 共 1 次評分
開發者 bborbelyjanos93
電子郵箱 [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__",
    "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"
    ]
}