Downloader - VK Media Saver

Saving music from VK has become easy! Download your favorite tracks and videos easily and conveniently

Downloader - VK Media Saverคืออะไร?

Downloader - VK Media Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MiniApps และคุณลักษณะหลักของมันคือ "Saving music from VK has become easy! Download your favorite tracks and videos easily and conveniently"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloader - VK Media Saver

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

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

                        Saving music from VK has become easy! Download your favorite tracks and videos easily and conveniently.

This is a completely free extension that allows you to save audio files from the social network VKontakte with the original name that was specified by VK.

With our VK Media Saver extension, anyone can save high quality music in one click and in just a few seconds from vk.com.

How the extension works on VK:
- Go to the social network VK (vk.com).
- Download icons will appear next to each audio track.
- Click the Download button to save your favorite track to your PC.

With our VK Media Saver extension, you can download free music from VKontakte and listen to your favorite songs without restrictions.

This is not an official VK extension. All rights to VKontakte trademarks belong to Mail.ru Group

If you find an error, please report it in the comments section and corrective action will be taken as soon as possible. We will also be happy to hear ideas for adding new features to VK Media Saver.

This is NOT a Youtube Music Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies this extension can not save Youtube Music.

Enjoy listening to your favorite music without any restrictions offline.                    

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

ชื่อ Downloader - VK Media Saver Downloader - VK Media Saver
ID nklipgfpnedggjmdbimbaaaieeeonmmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/downloader-vk-media-saver/nklipgfpnedggjmdbimbaaaieeeonmmp
คำอธิบาย Saving music from VK has become easy! Download your favorite tracks and videos easily and conveniently
ขนาดไฟล์ 301 KB
จำนวนการติดตั้ง 5,281
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-06-09
วันที่เผยแพร่ 2023-06-05
คะแนน 4.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา MiniApps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://vostlertsd.github.io/YTPP
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "permissions": [
        "downloads"
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "19": "assets\/icons\/icon-19.png",
        "38": "assets\/icons\/icon-38.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "web-accessible-resources\/*",
                "background.js",
                "content-scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "version": "1.0.1"
}