Download music from VK

VK Music downloader

Download music from VK란 무엇입니까?

Download music from VK은(는) VK Downloader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VK Music downloader"입니다.

확장 프로그램 스크린샷

screenshot

Download music from VK 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Download music from VK Download music from VK
ID dkdfidploofibahgbibfaflonbgfjhkd
공식 URL https://chromewebstore.google.com/detail/download-music-from-vk/dkdfidploofibahgbibfaflonbgfjhkd
설명 VK Music downloader
파일 크기 175 KB
설치 횟수 23,613
현재 버전 1.0.0.5
최근 업데이트 2023-06-01
출시 날짜 2022-01-05
평점 3.96/5 총 28 개의 평점
개발자 VK Downloader
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bit.ly/3Gj70le
지원되는 언어 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"
    ]
}