Download music from VKontakte

Music Downloader for VKontakte

Download music from VKontakteคืออะไร?

Download music from VKontakte เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Downlooad Music และคุณลักษณะหลักของมันคือ "Music Downloader for VKontakte"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download music from VKontakte

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

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

                        Download music from VKontakte allows you to save your favorite audio files from VKontakte. This is not an official extension. All trademarks of Vk.com are reserved to Mail.ru Group

The extension has several advantages:
- Convenient functionality as an extension
- Free application
- Open source code without obscufies
- Fast loading tracks
- Download one track or the entire playlist by pressing one button
- Download without loss of track quality

It is easy to enjoy your favorite music - the "Download music from VKontakte" extension will come to help you. Easy to install and even easier to use!                    

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

ชื่อ Download music from VKontakte Download music from VKontakte
ID bacmnpkchcoogefhmlaplhjibdncdncj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-music-from-vkont/bacmnpkchcoogefhmlaplhjibdncdncj
คำอธิบาย Music Downloader for VKontakte
ขนาดไฟล์ 174 KB
จำนวนการติดตั้ง 284
เวอร์ชันปัจจุบัน 1.0.0.3
อัปเดตครั้งล่าสุด 2023-05-31
วันที่เผยแพร่ 2022-01-01
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Downlooad Music
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://bit.ly/3LTYMkJ
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/superagent.js",
            "js\/hls.min.js",
            "js\/background.js",
            "js\/proxy\/Proxy.js",
            "js\/proxy\/ProxyInit_chrome.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "ru",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        "storage",
        "proxy",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.3",
    "web_accessible_resources": [
        "images\/*"
    ]
}