VK Music Downloader

Download music from VK right from your browser.

Qu'est-ce que VK Music Downloader ?

VK Music Downloader est une extension Chrome développée par Slimmi, et sa fonction principale est "Download music from VK right from your browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VK Music Downloader

Téléchargez les fichiers d'extension VK Music Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom VK Music Downloader VK Music Downloader
ID ckidfolpkcdendbfbefminaogopijeam
URL Officiel https://chromewebstore.google.com/detail/vk-music-downloader/ckidfolpkcdendbfbefminaogopijeam
Description Download music from VK right from your browser.
Taille du Fichier 173 KB
Nombre d'Installations 802
Version Actuelle 1.5
Dernière Mise à Jour 2024-02-12
Date de Publication 2024-02-03
Évaluation 4.20/5 Total 5 Évaluations
Développeur Slimmi
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://vk-music.netlify.app/privacy
Langues Prises en Charge 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
        }
    ]
}