VKmusic - music saver vk

Save music in one click! Fast download of tracks from VK.

VKmusic - music saver vkคืออะไร?

VKmusic - music saver vk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย socialsworkup และคุณลักษณะหลักของมันคือ "Save music in one click! Fast download of tracks from VK."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VKmusic - music saver vk

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

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

                        Save music in one click! Fast loading of tracks from VK.
This is a completely free extension for the Google Chrome browser that allows you to save your favorite and favorite audio files from VKontakte. With our extension, everyone can save quality music in one click!

What can VKmusic do? If other extensions cannot download your audio recordings, then VKmusic will cope with this task! Download absolutely any track from your favorite playlist in one click! You can download your favorite music / any track from vk.com without any problems. The extension is aimed at saving audio recordings / music from VKontakte!

After installing the extension, an arrow will appear next to the audio recordings; on hover, the loading animation will begin. Wait for it to end and then you can see the bitrate and size of the composition. If the audio recording is popular, then you can download the track almost immediately, but in the case of rare tracks that cannot be downloaded by similar extensions, you will have to wait a bit. After waiting for the end of the loading animation, click on the arrow and the file will start saving.

Enjoy listening to your favorite music without any restrictions offline.

Just install the extension to enjoy the benefits of VKmusic. Thanks for using it, if you like it, please rate us highly and enjoy your comment. This is important for us!                    

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

ชื่อ VKmusic - music saver vk VKmusic - music saver vk
ID fgllepnoeikbabgajffpknmkfilbpacf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vkmusic-music-saver-vk/fgllepnoeikbabgajffpknmkfilbpacf
คำอธิบาย Save music in one click! Fast download of tracks from VK.
ขนาดไฟล์ 294 KB
จำนวนการติดตั้ง 31,416
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2022-01-11
วันที่เผยแพร่ 2021-10-07
คะแนน 4.14/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา socialsworkup
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://is-top.ru/privacy.html
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/hls.min.js",
            "js\/background.js",
            "meogo.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_titleDefault__"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*",
                "*:\/\/new.vk.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon\/16.png",
        "256": "icon\/256.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "1.1.7",
    "web_accessible_resources": [
        "images\/i-icons.gif",
        "images\/loader.gif"
    ]
}