Download music from VKontakte

Music Downloader for VKontakte

Download music from VKontakte란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Download music from VKontakte allows you to save your favorite audio files from VKontakte. This is not an official extension. All trademarks of Vk.com are reserved to Mail.ru Group

The extension has several advantages:
- Convenient functionality as an extension
- Free application
- Open source code without obscufies
- Fast loading tracks
- Download one track or the entire playlist by pressing one button
- Download without loss of track quality

It is easy to enjoy your favorite music - the "Download music from VKontakte" extension will come to help you. Easy to install and even easier to use!                    

확장 프로그램 기본 정보

이름 Download music from VKontakte Download music from VKontakte
ID bacmnpkchcoogefhmlaplhjibdncdncj
공식 URL https://chromewebstore.google.com/detail/download-music-from-vkont/bacmnpkchcoogefhmlaplhjibdncdncj
설명 Music Downloader for VKontakte
파일 크기 174 KB
설치 횟수 284
현재 버전 1.0.0.3
최근 업데이트 2023-05-31
출시 날짜 2022-01-01
평점 4.00/5 총 4 개의 평점
개발자 Downlooad Music
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bit.ly/3LTYMkJ
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/superagent.js",
            "js\/hls.min.js",
            "js\/background.js",
            "js\/proxy\/Proxy.js",
            "js\/proxy\/ProxyInit_chrome.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.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.3",
    "web_accessible_resources": [
        "images\/*"
    ]
}