VK Music Downloader

Download music from VK right from your browser.

Apa itu VK Music Downloader?

VK Music Downloader adalah ekstensi Chrome yang dikembangkan oleh Slimmi, dan fitur utamanya adalah "Download music from VK right from your browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VK Music Downloader

Unduh file ekstensi VK Music Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama VK Music Downloader VK Music Downloader
ID ckidfolpkcdendbfbefminaogopijeam
URL Resmi https://chromewebstore.google.com/detail/vk-music-downloader/ckidfolpkcdendbfbefminaogopijeam
Deskripsi Download music from VK right from your browser.
Ukuran File 173 KB
Jumlah Instalasi 802
Versi Saat Ini 1.5
Terakhir Diperbarui 2024-02-12
Tanggal Publikasi 2024-02-03
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Slimmi
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://vk-music.netlify.app/privacy
Bahasa yang Didukung 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
        }
    ]
}