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是由vkmusiclove开发的Chrome扩展程序,该扩展的主要功能是“Extension for downloading music and videos VK.com”。

扩展截图

screenshot

下载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 2.1.0:
- 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 VKfeed - Download music and video from VK
ID gajbeojfphdeddpkfcnabbhgceaffdbg
官方URL https://chrome.google.com/webstore/detail/vkfeed-%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C-%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83-%D0%B8-%D0%B2/gajbeojfphdeddpkfcnabbhgceaffdbg
简介 Extension for downloading music and videos VK.com
文件大小 126 KB
安装次数 803
当前版本 2.1.0
更新时间 2023-07-25
上架时间 2023-02-15
评分 5.00/5 共55次评分
开发者 vkmusiclove
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://privacy.3550.ru
支持的语言 en,ru,uk
manifest.json
{
    "action": {
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/insert.js"
            ],
            "css": [
                "css\/download.css"
            ],
            "matches": [
                "*:\/\/vk.com\/*",
                "https:\/\/*.vkuservideo.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon\/128.png"
    },
    "manifest_version": 3,
    "default_locale": "ru",
    "name": "__MSG_name__",
    "options_page": "html\/options.html",
    "options_ui": {
        "open_in_tab": true,
        "page": "html\/options.html"
    },
    "description": "__MSG_description__",
    "permissions": [
        "tabs",
        "scripting",
        "downloads",
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}