VK Save - music downloader

Fast download any audio recordings from Vk. Upload music to VK by checking their bitrates and sizes.

VK Save - music downloader là gì?

VK Save - music downloader là một tiện ích mở rộng Chrome được phát triển bởi VkloadApp, và tính năng chính của nó là "Fast download any audio recordings from Vk. Upload music to VK by checking their bitrates and sizes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VK Save - music downloader

Tải xuống các tệp mở rộng VK Save - music downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        VK Music Saver is a completely free application that allows the Chrome browser to save audio files from VK. By installing our extension, everyone will be able to save music in high quality in one click and in just a few seconds.

- the extension interface is simple and unobtrusive, visible only when you hover the mouse over the track
- displays mp3 bitrate
- displays download progress

After installing the extension, all audio recordings will have neat arrows. Just hover over it to see the quality and size of the song in megabytes, or click this button to save.

How the extension works:
- Go to the social network VK (vk.com).
- Download icons will appear next to each audio track.
- Hover over the download icon to check the quality and size of the song in megabytes.
- Click on the Download button to save the track you like on your PC.

Using our Music Downloader extension, you can download free music from VKontakte and listen to your favorite songs without restrictions.

Enjoy listening to your favorite music without any restrictions, including offline.
 
If an error is found, please report it and then, in the near future, measures will be taken to eliminate it.
I will also be glad to hear ideas for adding new features.

Thanks for using. If you like it, please rate it 5 stars for the Music Saver extension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VK Save - music downloader VK Save - music downloader
ID koojeohmgfdkdpbaclkmmaencdchebon
URL Chính Thức https://chromewebstore.google.com/detail/vk-save-music-downloader/koojeohmgfdkdpbaclkmmaencdchebon
Mô tả Fast download any audio recordings from Vk. Upload music to VK by checking their bitrates and sizes.
Kích Thước Tệp 100 KB
Số Lần Cài Đặt 354,510
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2024-01-11
Ngày Phát Hành 2023-09-07
Đánh Giá 3.17/5 Tổng số 578 Đánh Giá
Nhà Phát Triển VkloadApp
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://savervkapp.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.4",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "name": "__MSG_name__",
    "default_locale": "en",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "js\/worker.js"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles\/content.css",
                "styles\/rateUsHelper.css"
            ],
            "js": [
                "js\/helper.js",
                "js\/jquery.js",
                "js\/rateUsHelper.js"
            ],
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "css\/*"
            ],
            "matches": [
                "https:\/\/vk.com\/*",
                "https:\/\/vk.ru\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}