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是由topextensions開發的Chrome擴展程式,該擴展的主要功能是“Extension for downloading music and videos VK.com”。
擴展截圖
下載VKfeed - Download music and video from VK擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | pcdgkgbadeggbnodegejccjffnoakcoh |
| 官方網址 | 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
}
]
} | |