Music Downloader - VKsaver

Saving music from VK has become easy! Download your favorite tracks by checking their bitrates and sizes.

Music Downloader - VKsaverคืออะไร?

Music Downloader - VKsaver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VKmusic Saver และคุณลักษณะหลักของมันคือ "Saving music from VK has become easy! Download your favorite tracks by checking their bitrates and sizes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Music Downloader - VKsaver

ดาวน์โหลดไฟล์ส่วนขยาย Music Downloader - VKsaver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        VK Music downloader is a free extension that allows you to save audio files from VKontakte (VK). With our extension, everyone will be able to save high-quality music in one click and in just a few seconds.

The extension allows you to download any mp3 file from any website where you can play it.

How the extension works on VK:
- 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 the Download button to save your favorite track to your PC.

Music downloader is running in the background. If the current page has audio content that can be downloaded (right-click anywhere on the page and select "Download music") then VK music will display it in a pop-up window. You just have to click on the audio file to download to your device.

Enjoy listening to your favorite music without any restrictions, as well as offline.

If an error is found, please report it in the comments section, and measures will be taken to eliminate it in the near future.
We will also be happy to hear ideas for adding new features.

Thanks for using the extension, if you like it please rate it 5 stars!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Music Downloader - VKsaver Music Downloader - VKsaver
ID lgakkahjfibfgmacigibnhcgepajgfdb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/music-downloader-vksaver/lgakkahjfibfgmacigibnhcgepajgfdb
คำอธิบาย Saving music from VK has become easy! Download your favorite tracks by checking their bitrates and sizes.
ขนาดไฟล์ 60.23 KB
จำนวนการติดตั้ง 336
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-08-26
วันที่เผยแพร่ 2023-01-23
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา VKmusic Saver
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/vksave/privacy-policy
ภาษาที่รองรับ en,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/vk.com\/audio?section=all",
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/service-worker.js"
    },
    "icons": {
        "128": "assets\/img\/logo.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "css\/*"
            ],
            "matches": [
                "https:\/\/vk.com\/*",
                "https:\/\/vk.ru\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "css": [
                "assets\/content.css",
                "assets\/rate-us.css"
            ],
            "js": [
                "scripts\/inject.js",
                "scripts\/libs\/jquery.js",
                "scripts\/libs\/rate-us.js"
            ],
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}