Download music from VK

VK Music downloader

Vad är Download music from VK?

Download music from VK är en Chrome-tillägg utvecklad av VK Downloader, och dess huvudfunktion är "VK Music downloader".

Tilläggsskärmbilder

screenshot

Ladda ner Download music from VK-förlängningens CRX-fil

Ladda ner Download music from VK-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Download music from VK - the extension for downloading music in high quality from the social network VKontakte

Music from VKontakte will be saved with the specified name.Allows you to download tracks one at a time, as well as song selections and playlists. To do this, you can simply click on the “Download All”  button.


The extension code is not obfuscated and open source  and the extension is free.

All rights to VKontakte trademarks belong to Mail.ru Group. This extension is not official.                    

Grundläggande Information om Tillägg

Namn Download music from VK Download music from VK
ID dkdfidploofibahgbibfaflonbgfjhkd
Officiell webbadress https://chromewebstore.google.com/detail/download-music-from-vk/dkdfidploofibahgbibfaflonbgfjhkd
Beskrivning VK Music downloader
Filstorlek 175 KB
Antal Installationer 23,613
Aktuell Version 1.0.0.5
Senast Uppdaterad 2023-06-01
Publiceringsdatum 2022-01-05
Betyg 3.96/5 Totalt 28 Betyg
Utvecklare VK Downloader
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://bit.ly/3Gj70le
Stödda Språk en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/superagent.js",
            "scripts\/hls.min.js",
            "scripts\/app.js",
            "scripts\/proxy\/Proxy.js",
            "scripts\/proxy\/ProxyInit_chrome.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "scripts\/site.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "ru",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        "storage",
        "proxy",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.5",
    "web_accessible_resources": [
        "images\/loader.gif",
        "images\/icon.png"
    ]
}