VK Music Downloader

Download music from VK right from your browser.

What is VK Music Downloader?

VK Music Downloader is a Chrome extension developed by Slimmi, and its main feature is "Download music from VK right from your browser.".

Extension Screenshots

screenshot

Download VK Music Downloader Extension CRX File

Download VK Music Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🔈 How to download music from VK to your computer?

There are several simple ways to save songs from VK. One of the most popular and legal methods is to use the official VK Music (Boom) application. The app is available for mobile devices and allows you to download music tracks for offline listening.

However, users often seek convenient ways to download VK songs to their computers without visiting third-party websites such as kissvk, music saver, vksaver.

Our developed extension is designed to simplify the process of saving songs from VKontakte by providing a convenient tool for saving favorite songs directly in the Google Chrome browser in mp3 format.

There are other methods to get music from VK, but they may pose security risks. For example, using third-party programs may lead to device infection with malware or personal information leakage.

Therefore, it is recommended to use the browser extension to save songs from VK.


📀 Convenience of saving audio recordings from VKontakte

 – Download music from VK to your computer for offline access to your favorite audio recordings.

 – Ease of use allows you to save VKontakte audio recordings with just one click.


🌐 Integration with your browser
The extension integrates directly into your Google Chrome browser, making the process of downloading songs from VK convenient and fast.


😌 Ease of saving VKontakte music
The easy-to-use and reliable VK Music Downloader extension is designed to simplify the process of getting songs from VKontakte, giving you full control over your actions. Download, listen, and share your favorite tracks right now!


🔒 Security
The extension is created with a focus on security, ensuring secure downloads without viruses and malware. Your personal data remains confidential.


🧑‍💻 How to use the extension?
 
1️⃣ Installation:
 • Go to the Chrome Web Store
 • Find the VK Music Downloader extension and install it.

2️⃣ Saving:
 • Visit the VK Music page
 • Click on the download icon next to the song
 • Wait for the audio file to save
 • Done.


📄 In what format are audio files downloaded from VK?
Your favorite tracks from VK.com are saved in mp3 format.


🔽 Install the extension

The extension is your reliable path to the world of music directly from VK.com. Simplicity, security, and rich features make it the perfect choice for anyone who values convenience when downloading audio files. Install it now and immerse yourself in the pleasure of musical content with our extension!

It's worth noting that saving music from VK is not illegal if it is for personal use and does not violate copyright. However, using saved tracks for commercial purposes or public performance may be illegal.


🐞 Found a bug?
If you find any bug, please let us know, and we will take measures to fix it. We would love to hear your ideas and suggestions for improving our VK Music Downloader extension.


📪 Have questions?
If you have questions or suggestions, write to us via email.                    

Extension Basic Information

Name VK Music Downloader VK Music Downloader
ID ckidfolpkcdendbfbefminaogopijeam
Official URL https://chromewebstore.google.com/detail/vk-music-downloader/ckidfolpkcdendbfbefminaogopijeam
Description Download music from VK right from your browser.
File Size 173 KB
Installation Count 802
Current Version 1.5
Last Updated 2024-02-12
Publish Date 2024-02-03
Rating 4.20/5 Total 5 Ratings
Developer Slimmi
Email [email protected]
Payment Type free
Privacy Policy Page URL https://vk-music.netlify.app/privacy
Supported Languages id,ms,de,en,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.5",
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "js": [
                "vk.js"
            ],
            "css": [
                "vk.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}