VKfeed - Download music and video from VK
Extension for downloading music and videos VK.com
VKfeed - Download music and video from VKคืออะไร?
VKfeed - Download music and video from VK เป็นส่วนขยายของ Chrome ที่พัฒนาโดย topextensions และคุณลักษณะหลักของมันคือ "Extension for downloading music and videos VK.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VKfeed - Download music and video from VK
ดาวน์โหลดไฟล์ส่วนขยาย VKfeed - Download music and video from VK ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
VKfeed is an extension that will help you download music, VK voice messages, and videos! There is a display of the bitrate of any audio recording and size. What's new in version: - Added the ability to download videos, streams, VK clips! - Choose a folder to save any videos. - Skips deleted audio recordings from VK. Bulk upload works correctly. - Now it works even faster. What VKfeed is capable of: - Mass save audio recordings. You can download any playlist, selection in one click! Separate button "Download all" - Saving voice in VK dialogs. - Save any video vk. - Ability to enable/disable the display of bitrate/size of the audio file. - Ability to select a folder to save music / voice / video. - Display the process of downloading an audio recording. - Saves music with the correct name. - A beautiful arrow in front of each track.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VKfeed - Download music and video from VK |
ID | pcdgkgbadeggbnodegejccjffnoakcoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vkfeed-download-music-and/pcdgkgbadeggbnodegejccjffnoakcoh |
คำอธิบาย | Extension for downloading music and videos VK.com |
ขนาดไฟล์ | 120 KB |
จำนวนการติดตั้ง | 567 |
เวอร์ชันปัจจุบัน | 2.1.1 |
อัปเดตครั้งล่าสุด | 2024-01-12 |
วันที่เผยแพร่ | 2023-09-11 |
คะแนน | 4.79/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | topextensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://vkfeed-music.ru/privacy.html |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "action": { "default_popup": "html\/popup.html" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "css": [ "css\/download.css" ], "js": [ "js\/insert.js" ], "matches": [ "*:\/\/vk.com\/*", "https:\/\/*.vkuservideo.net\/*" ], "run_at": "document_start" } ], "default_locale": "ru", "description": "__MSG_description__", "host_permissions": [ "*:\/\/vk.com\/*", "*:\/\/vkfeed-music.ru\/*", "https:\/\/*.vkuservideo.net\/*", "https:\/\/*.userapi.com\/*", "https:\/\/*.mycdn.me\/*" ], "icons": { "128": "icon\/128.png" }, "manifest_version": 3, "name": "__MSG_name__", "permissions": [ "tabs", "scripting", "downloads", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.1", "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "*" ], "use_dynamic_url": true } ] } |