VK Music Downloader

Download music from VK right from your browser.

Cos'è VK Music Downloader?

VK Music Downloader è un'estensione di Chrome sviluppata da Slimmi, e la sua funzione principale è "Download music from VK right from your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VK Music Downloader

Scarica i file di estensione VK Music Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome VK Music Downloader VK Music Downloader
ID ckidfolpkcdendbfbefminaogopijeam
URL Ufficiale https://chromewebstore.google.com/detail/vk-music-downloader/ckidfolpkcdendbfbefminaogopijeam
Descrizione Download music from VK right from your browser.
Dimensione del File 173 KB
Conteggio Installazioni 802
Versione Corrente 1.5
Ultimo Aggiornamento 2024-02-12
Data di Pubblicazione 2024-02-03
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Slimmi
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://vk-music.netlify.app/privacy
Lingue Supportate 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
        }
    ]
}