VK Music Downloader

Download music from VK right from your browser.

Что такое VK Music Downloader?

VK Music Downloader - это расширение Chrome, разработанное Slimmi, и его основная функция - "Download music from VK right from your browser.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения VK Music Downloader

Скачайте файлы расширений VK Music Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        🔈 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.                    

Основная информация о расширении

Название VK Music Downloader VK Music Downloader
ID ckidfolpkcdendbfbefminaogopijeam
Официальный URL https://chromewebstore.google.com/detail/vk-music-downloader/ckidfolpkcdendbfbefminaogopijeam
Описание Download music from VK right from your browser.
Размер файла 173 KB
Количество установок 802
Текущая Версия 1.5
Последнее Обновление 2024-02-12
Дата публикации 2024-02-03
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Slimmi
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://vk-music.netlify.app/privacy
Поддерживаемые языки 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
        }
    ]
}