Music Downloader - VKloader

Save music in one click! Fast download of tracks from VK, as well as from many other audio resources.

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

Music Downloader - VKloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VKloader App และคุณลักษณะหลักของมันคือ "Save music in one click! Fast download of tracks from VK, as well as from many other audio resources."

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

screenshot
screenshot
screenshot

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

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

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

                        This is a completely free extension for Google Chrome browser that allows you to save your favorite audio files from VKontakte, as well as other websites (music resources). With our extension, everyone can save high quality track in one click!

How the extension works on other websites:

VKloader runs in the background. If the current page has audio content that can be downloaded - (right-click anywhere on the page and select "Download music" from the context menu), then VKloader will display it in a pop-up window. You just need to click on the audio file to download it to your device.

If you find an error, please report it in the comments section and measures will be taken to eliminate it in the near future. We'd also love to hear ideas for adding new features.

Just install the extension to appreciate the benefits of VKloader and enjoy listening to your favorite music without any restrictions offline.                    

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

ชื่อ Music Downloader - VKloader Music Downloader - VKloader
ID jjkpcgpldidionkojinpkmdglclfdccc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/music-downloader-vkloader/jjkpcgpldidionkojinpkmdglclfdccc
คำอธิบาย Save music in one click! Fast download of tracks from VK, as well as from many other audio resources.
ขนาดไฟล์ 256 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2022-07-12
วันที่เผยแพร่ 2021-07-29
คะแนน 4.88/5 รวมทั้งหมด 7320 คะแนน
ผู้พัฒนา VKloader App
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/vkloader/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/superagent.js",
            "js\/hls.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "assets\/content.css",
                "assets\/shareModal.css"
            ],
            "js": [
                "js\/content.js",
                "libs\/shareModal.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-listeners.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "downloads",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "img\/loader.gif"
    ]
}