VK music download

Download your favorite music from vk

VK music download란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        VKontakte paintings and videos are saved with a peculiar name, confirmed on the public network. It is also possible to run samples of songs and playlists by clicking on the button "Download all"

The sequel does not cover advertisements and suspicious scripts, which can shame your individual data. You are given the opportunity to verify this by reviewing with the help of our extension.

The extension icons are inscribed on the vk public socket and are not distracting.                    

확장 프로그램 기본 정보

이름 VK music download VK music download
ID djmjmieefdonghklbekdooomkcemekij
공식 URL https://chromewebstore.google.com/detail/vk-music-download/djmjmieefdonghklbekdooomkcemekij
설명 Download your favorite music from vk
파일 크기 98.7 KB
설치 횟수 4,588
현재 버전 1.7.8
최근 업데이트 2021-07-05
출시 날짜 2021-05-24
평점 3.30/5 총 23 개의 평점
개발자 shendizyaxel
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://poqdev.com/privacity
지원되는 언어 en,ru
manifest.json
{
    "background": {
        "scripts": [
            "js\/bg.js",
            "js\/app.build.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_titleDefault__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "assets\/css\/vk_style.css",
                "assets\/css\/build.min.css"
            ],
            "js": [
                "js\/extension.js",
                "js\/build.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/16.png",
        "48": "icon\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "__MSG_extShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.8"
}