VK music downloader
The extension for music download from VK.com
VK music downloader란 무엇입니까?
VK music downloader은(는) https://vk-downloader.vkdownload.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension for music download from VK.com"입니다.
확장 프로그램 스크린샷
VK music downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension helps to download your music on Vk.com Russian social network. During download it saves the original name of the soundtrack. You can download all playlists and groups of songs at once. Vk music downloader is a free to use extension. It has no ads. The code is open and not obfuscated. This is not an official extension. All trademarks of Vk.com are reserved to Mail.ru Group
확장 프로그램 기본 정보
이름 | VK music downloader |
ID | bgmpjmdignpongmfjpgaikghaajeidid |
공식 URL | https://chromewebstore.google.com/detail/vk-music-downloader/bgmpjmdignpongmfjpgaikghaajeidid |
설명 | The extension for music download from VK.com |
파일 크기 | 173 KB |
설치 횟수 | 572,028 |
현재 버전 | 1.0.0.17 |
최근 업데이트 | 2024-02-04 |
출시 날짜 | 2021-05-17 |
평점 | 3.96/5 총 481 개의 평점 |
개발자 | https://vk-downloader.vkdownload.xyz |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://bit.ly/3NmZfNy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/superagent.js", "js\/hls.min.js", "js\/bg.js", "js\/proxy\/Proxy.js", "js\/proxy\/ProxyInit_chrome.js" ] }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/vk.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\/icon-128.png", "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png" }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "__MSG_appName__", "permissions": [ "downloads", "storage", "proxy", "cookies", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0.17", "web_accessible_resources": [ "images\/i-icons.gif", "images\/loader.gif" ] } |