Download music from VK
VK Music downloader
Download music from VKคืออะไร?
Download music from VK เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VK Downloader และคุณลักษณะหลักของมันคือ "VK Music downloader"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download music from VK
ดาวน์โหลดไฟล์ส่วนขยาย Download music from VK ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } |